Skip to content

Update style

Mads Christian Baungaard requested to merge update_style into master

@plaa

Update of input.dat style (the results are unaffected by these changes, hence grid.points are not changed).

  • The input.dat files are split into sections with the following style:

# --------------------------------------------------------------------
#   Turbulence model
# --------------------------------------------------------------------
turbulence   kepsilon
  • Remove te_inlet and ed_inlet from precursor simulations (there is no inlet in these).
  • For cases without Coriolis: Don't initialize the flow twice (it is not necessary to both have "ufarfield" and "field u value"). Having both keywords might lead to unexpected behavior:
field u value 5.0
ufarfield 10.0

The above example will actually initialize the U field to 5.0, because the fparser method takes precedence over the old farfield init method (see https://gitlab.windenergy.dtu.dk/EllipSys/ellipsys1d/-/blob/master/Sources/NavierStokes/InitializeFlow.f).

  • Similarly it is not necessary to both have "uinlet" and "inlet u 201 300".
Edited by Mads Christian Baungaard

Merge request reports