ENH: replace finiteArea timeVaryingUniformFixedValue with Function1 version

- timeVaryingUniformFixedValue -> uniformFixedValue

- allows a variety of functions (eg, coded, expressions, tables, ...)

- more similarity to finiteVolume patch type

STYLE: remove unused timeVarying... from etc/controlDict
This commit is contained in:
Mark Olesen
2020-09-25 16:05:51 +02:00
parent bb3660b9a5
commit 12b68e1151
8 changed files with 86 additions and 108 deletions

View File

@ -23,8 +23,8 @@ boundaryField
{
inlet
{
type fixedValue;
value uniform 0.000141;
type uniformFixedValue;
uniformValue 0.000141;
}
outlet