mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
SRFVelocityFvPatchVectorField: Updated the definition of "relative" so that it refers to relative to the absolute frame.
This commit is contained in:
@ -25,7 +25,7 @@ boundaryField
|
||||
{
|
||||
type SRFVelocity;
|
||||
inletValue uniform ( 0 0 -10 );
|
||||
relative yes;
|
||||
relative no;
|
||||
value uniform ( 0 0 0 );
|
||||
}
|
||||
outlet
|
||||
@ -41,7 +41,7 @@ boundaryField
|
||||
{
|
||||
type SRFVelocity;
|
||||
inletValue uniform ( 0 0 0 );
|
||||
relative yes;
|
||||
relative no;
|
||||
value uniform ( 0 0 0 );
|
||||
}
|
||||
cyclic_half0
|
||||
|
||||
Reference in New Issue
Block a user