Skip to content
Snippets Groups Projects
Commit 97459771 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: more consistent handling/documentation of 'value' entry (#2703)

- for boundary conditions such as uniformFixed, uniformMixed etc the
  optional 'value' entry (optional) is used for the initial values and
  restarts.  Otherwise the various Function1 or PatchFunction1 entries
  are evaluated and used determine the boundary condition values.

  In most cases this is OK, but in some case such coded or expression
  entries with references to other fields it can be problematic since
  they may reference fields (eg, phi) that have not yet been created.

  For these cases the 'value' entry will be needed: documentation
  updated accordingly.

STYLE: eliminate some unneeded/unused declaration headers
parent fc86e524
No related branches found
No related tags found
No related merge requests found
Showing
with 47 additions and 213 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment