mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: uniformFixedValue: do not evaluate upon reading. Fixes #1058.
This commit is contained in:
@ -21,7 +21,6 @@ internalField uniform 0.2;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
|
||||
inlet
|
||||
{
|
||||
type uniformFixedValue;
|
||||
|
||||
@ -32,7 +32,6 @@ boundaryField
|
||||
(0.01 (0 -15 0))
|
||||
(100 (0 -15 0))
|
||||
);
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
outlet
|
||||
|
||||
Reference in New Issue
Block a user