mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: fvSolution: allow Function1 for all scalars
TUT: demonstrate some ramping - compressible/rhoPimpleFoam/RAS/angledDuct
This commit is contained in:
@ -79,9 +79,10 @@ relaxationFactors
|
||||
}
|
||||
equations
|
||||
{
|
||||
"U.*" 0.7;
|
||||
"e.*" 0.7;
|
||||
"(k|epsilon).*" 0.7;
|
||||
// "(U|e|k|epsilon).*" 0.7;
|
||||
|
||||
// Demonstrate some ramping
|
||||
"(U|e|k|epsilon).*" table ((0 0.4) (0.5 0.7));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user