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);
|
||||
field U;
|
||||
|
||||
refValue sample; // Function1 type
|
||||
position (0 0 0); // Needed by sample Function1
|
||||
|
||||
// Optional entries
|
||||
scale 1.0;
|
||||
offset (0.0 0.0 0.0);
|
||||
position (0 0 0);
|
||||
interpolationScheme cell;
|
||||
|
||||
// Optional (inherited) entries
|
||||
@ -40,10 +42,12 @@ reference2
|
||||
libs (fieldFunctionObjects);
|
||||
field p;
|
||||
|
||||
refValue sample; // Function1 type
|
||||
position (0 0 0); // Needed by sample Function1
|
||||
|
||||
// Optional entries
|
||||
scale -2.0;
|
||||
offset 1.5;
|
||||
position (0 0 0);
|
||||
interpolationScheme cellPoint;
|
||||
|
||||
// Optional (inherited) entries
|
||||
|
||||
Reference in New Issue
Block a user