Thank you, now it works.
Could you please explain what would be the difference between < Foo /> and </ Foo > termination?
Looking over the xml file, it would seem that the </ Foo > ending is used for sub-sections (like BC, Params, Solver Info, etc.) and functions (Initial values, etc.), while the < Foo /> ending is for scalar parameters.
The fact that the Body forcing uses the </ Foo > ending may not be surprising, since BodyForce is itself another function, however for the Noise forcing, it is only a simple scalar value that is being provided.
Thank you,
Oliviu
On Wednesday, February 7, 2018, 2:09:48 PM GMT, Douglas Serson <d.serson@gmail.com> wrote:
Hi Oliviu,
There is a typo in your noise forcing. Instead of <WHITENOISE/> it should be </WHITENOISE>.
Also, at the moment this setting for white noise does not evaluate the parameters (or any expression, unfortunately). Therefore, you will have to replace it by
<WHITENOISE> 0.001 </WHITENOISE>
Cheers,
Douglas