ENGYS / HELYX-OS

The market leading open-source GUI for OpenFOAM®
Other
114 stars 38 forks source link

Manual entries removed from controlDict #7

Closed attesz86 closed 7 years ago

attesz86 commented 7 years ago

If the user adds manual entries such as functionObjects, these will be removed when running the solver. Is it in the pipe to remove this "feature"?

HELYX-OS commented 7 years ago

Hi,

in order to achieve this, you need to use the Custom Interface. Steps: 1) Right-click on the "Custom/system" leaf on the tree and select "Add" 2) On the dialog select "Type>Dictionary" and "Name>controlDict" and press OK 3) On the editor remove all the entries (except for the header) 4) Add the function objects and press OK.

Cheers

attesz86 commented 7 years ago

Hi, thanks for the reply. I missed the 3. step, that's why it was not working.

Best regards!