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

TUT: add value entry for some uniformFixedValue bcs (#2014)

- generally OK to miss for easily evaluated functions, but highly
  misleading with expressions (where the evaluate may be invalid
  during construction).
parent bf0a48d6
No related merge requests found
......@@ -25,6 +25,7 @@ boundaryField
inlet
{
type uniformFixedValue;
value $internalField;
uniformValue
{
type expression;
......
......@@ -38,8 +38,8 @@ boundaryField
terrain
{
type uniformFixedValue;
uniformValue (0 0 0);
value uniform (0 0 0);
uniformValue (0 0 0);
}
ground
......
......@@ -22,14 +22,16 @@ boundaryField
{
inlet
{
type uniformFixedValue;
uniformValue table
(
(0 (0 0 0.1))
(1 (0 0 0.1))
(4 (0 0 0.3))
(14 (0 0 0.5))
);
type uniformFixedValue;
value $internalField;
uniformValue table
(
(0 (0 0 0.1))
(1 (0 0 0.1))
(4 (0 0 0.3))
(14 (0 0 0.5))
);
}
outlet
......
......@@ -23,6 +23,7 @@ boundaryField
inlet
{
type uniformFixedValue;
value $internalField;
uniformValue
{
type expression;
......
......@@ -25,6 +25,7 @@ boundaryField
inlet
{
type uniformFixedValue;
value $internalField;
uniformValue table
(
(0 (0 0 0))
......
......@@ -28,7 +28,7 @@ boundaryField
"(hullWall|propellerWall|rudderWall)"
{
type calculated;
type calculated;
value uniform (0 0 0);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment