BUG: uniformFixedValue: do not evaluate upon reading. Fixes #1058.

This commit is contained in:
mattijs
2018-11-12 09:15:09 +00:00
parent f44e59fb55
commit e9af742819
17 changed files with 226 additions and 51 deletions

View File

@ -21,7 +21,6 @@ internalField uniform 0.2;
boundaryField
{
inlet
{
type uniformFixedValue;

View File

@ -32,7 +32,6 @@ boundaryField
(0.01 (0 -15 0))
(100 (0 -15 0))
);
value $internalField;
}
outlet