ENH: fvSolution: allow Function1 for all scalars

TUT: demonstrate some ramping

- compressible/rhoPimpleFoam/RAS/angledDuct
This commit is contained in:
mattijs
2021-09-30 13:37:08 +01:00
committed by Mark Olesen
parent ba95b89e5f
commit 53e8f2a807
4 changed files with 91 additions and 33 deletions

View File

@ -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));
}
}