mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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).
This commit is contained in:
@ -25,6 +25,7 @@ boundaryField
|
|||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
|
value $internalField;
|
||||||
uniformValue
|
uniformValue
|
||||||
{
|
{
|
||||||
type expression;
|
type expression;
|
||||||
|
|||||||
@ -38,8 +38,8 @@ boundaryField
|
|||||||
terrain
|
terrain
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
uniformValue (0 0 0);
|
|
||||||
value uniform (0 0 0);
|
value uniform (0 0 0);
|
||||||
|
uniformValue (0 0 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
ground
|
ground
|
||||||
|
|||||||
@ -22,14 +22,16 @@ boundaryField
|
|||||||
{
|
{
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
uniformValue table
|
value $internalField;
|
||||||
(
|
|
||||||
(0 (0 0 0.1))
|
uniformValue table
|
||||||
(1 (0 0 0.1))
|
(
|
||||||
(4 (0 0 0.3))
|
(0 (0 0 0.1))
|
||||||
(14 (0 0 0.5))
|
(1 (0 0 0.1))
|
||||||
);
|
(4 (0 0 0.3))
|
||||||
|
(14 (0 0 0.5))
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
outlet
|
outlet
|
||||||
|
|||||||
@ -23,6 +23,7 @@ boundaryField
|
|||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
|
value $internalField;
|
||||||
uniformValue
|
uniformValue
|
||||||
{
|
{
|
||||||
type expression;
|
type expression;
|
||||||
|
|||||||
@ -25,6 +25,7 @@ boundaryField
|
|||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
|
value $internalField;
|
||||||
uniformValue table
|
uniformValue table
|
||||||
(
|
(
|
||||||
(0 (0 0 0))
|
(0 (0 0 0))
|
||||||
|
|||||||
@ -28,7 +28,7 @@ boundaryField
|
|||||||
|
|
||||||
"(hullWall|propellerWall|rudderWall)"
|
"(hullWall|propellerWall|rudderWall)"
|
||||||
{
|
{
|
||||||
type calculated;
|
type calculated;
|
||||||
value uniform (0 0 0);
|
value uniform (0 0 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user