mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: pisoFoam/RAS/cavity - updated FOreference
This commit is contained in:
@ -13,10 +13,12 @@ reference1
|
|||||||
libs (fieldFunctionObjects);
|
libs (fieldFunctionObjects);
|
||||||
field U;
|
field U;
|
||||||
|
|
||||||
|
refValue sample; // Function1 type
|
||||||
|
position (0 0 0); // Needed by sample Function1
|
||||||
|
|
||||||
// Optional entries
|
// Optional entries
|
||||||
scale 1.0;
|
scale 1.0;
|
||||||
offset (0.0 0.0 0.0);
|
offset (0.0 0.0 0.0);
|
||||||
position (0 0 0);
|
|
||||||
interpolationScheme cell;
|
interpolationScheme cell;
|
||||||
|
|
||||||
// Optional (inherited) entries
|
// Optional (inherited) entries
|
||||||
@ -40,10 +42,12 @@ reference2
|
|||||||
libs (fieldFunctionObjects);
|
libs (fieldFunctionObjects);
|
||||||
field p;
|
field p;
|
||||||
|
|
||||||
|
refValue sample; // Function1 type
|
||||||
|
position (0 0 0); // Needed by sample Function1
|
||||||
|
|
||||||
// Optional entries
|
// Optional entries
|
||||||
scale -2.0;
|
scale -2.0;
|
||||||
offset 1.5;
|
offset 1.5;
|
||||||
position (0 0 0);
|
|
||||||
interpolationScheme cellPoint;
|
interpolationScheme cellPoint;
|
||||||
|
|
||||||
// Optional (inherited) entries
|
// Optional (inherited) entries
|
||||||
|
|||||||
Reference in New Issue
Block a user