mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
added printCoeffs option to turbulenceProperties
This commit is contained in:
@ -26,7 +26,9 @@ FoamFile
|
||||
|
||||
// Switch turbulence model on or off
|
||||
|
||||
turbulence on;
|
||||
turbulence on;
|
||||
|
||||
printCoeffs on;
|
||||
|
||||
|
||||
// Standard k-epsilon model coefficients
|
||||
|
||||
@ -26,7 +26,9 @@ FoamFile
|
||||
|
||||
// Switch turbulence model on or off
|
||||
|
||||
turbulence off;
|
||||
turbulence on;
|
||||
|
||||
printCoeffs on;
|
||||
|
||||
|
||||
// Standard k-epsilon model coefficients
|
||||
|
||||
@ -24,7 +24,9 @@ FoamFile
|
||||
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence off;
|
||||
turbulence off;
|
||||
|
||||
printCoeffs off;
|
||||
|
||||
kEpsilonCoeffs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user