Code style: Updated line comments to start with a space

//This is a comment   ->   // This is a comment
This commit is contained in:
Henry Weller
2018-05-01 11:57:50 +01:00
parent 9ffc025b08
commit 87e32ab499
476 changed files with 2009 additions and 1967 deletions

View File

@ -24,7 +24,7 @@ thermoType
equationOfState perfectGas;
specie specie;
energy absoluteEnthalpy;
//energy absoluteInternalEnergy;
// energy absoluteInternalEnergy;
}
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [0 0 0 0 0 0 0] 15.0336;

View File

@ -47,7 +47,7 @@ solvers
tolerance 1e-6;
relTol 0;
smoother GaussSeidel;
//nCellsInCoarsestLevel 1;
// nCellsInCoarsestLevel 1;
};
ph_rgh

View File

@ -25,8 +25,8 @@ pyrolysis
reactingOneDimCoeffs
{
gasHSource false; //Energy source term due to pyrolysis gas
qrHSource false; //Energy source term due in depht radiation
gasHSource false; // Energy source term due to pyrolysis gas
qrHSource false; // Energy source term due in depht radiation
minimumDelta 1e-12;
reactionDeltaMin 1e-12;

View File

@ -48,12 +48,12 @@ greyMeanAbsorptionEmissionCoeffs
CO2
{
Tcommon 200; //Common Temp
invTemp true; //Is the polynomio using inverse temperature.
Tlow 200; //Low Temp
Thigh 2500; //High Temp
Tcommon 200; // Common Temp
invTemp true; // Is the polynomio using inverse temperature.
Tlow 200; // Low Temp
Thigh 2500; // High Temp
loTcoeffs //coefss for T < Tcommon
loTcoeffs // coefss for T < Tcommon
(
0 // a0 +
0 // a1*T +
@ -62,7 +62,7 @@ greyMeanAbsorptionEmissionCoeffs
0 // a4*T^(+/-)4 +
0 // a5*T^(+/-)5 +
);
hiTcoeffs //coefss for T > Tcommon
hiTcoeffs // coefss for T > Tcommon
(
18.741
-121.31e3

View File

@ -65,7 +65,7 @@ patches
constructFrom set;
// If constructFrom = patches : names of patches. Wildcards allowed.
//patches (periodic1);
// patches (periodic1);
// If constructFrom = set : name of faceSet
set fBurner;

View File

@ -22,7 +22,7 @@ oneD true;
sampleMode nearestPatchFace;
oneDPolyPatchType empty; //wedge
oneDPolyPatchType empty; // wedge
extrudeModel linearNormal;

View File

@ -37,7 +37,7 @@ globalCoeffs
patchLocalCoeffs
{
patch patchName; //Normal direction is facenormal of zero'th face of patch
patch patchName; // Normal direction is facenormal of zero'th face of patch
tan1 (0 1 0);
tan2 (0 0 1);
}

View File

@ -47,12 +47,12 @@ greyMeanAbsorptionEmissionCoeffs
CO2
{
Tcommon 200; //Common Temp
invTemp true; //Is the polynomio using inverse temperature.
Tlow 200; //Low Temp
Thigh 2500; //High Temp
Tcommon 200; // Common Temp
invTemp true; // Is the polynomio using inverse temperature.
Tlow 200; // Low Temp
Thigh 2500; // High Temp
loTcoeffs //coefss for T < Tcommon
loTcoeffs // coefss for T < Tcommon
(
0 // a0 +
0 // a1*T +
@ -61,7 +61,7 @@ greyMeanAbsorptionEmissionCoeffs
0 // a4*T^(+/-)4 +
0 // a5*T^(+/-)5 +
);
hiTcoeffs //coefss for T > Tcommon
hiTcoeffs // coefss for T > Tcommon
(
18.741
-121.31e3
@ -189,7 +189,7 @@ sootModel mixtureFractionSoot<gasHThermoPhysics>;
mixtureFractionSootCoeffs
{
//CH4 + 2O2 + 7.5N2 = CO2 + 2H2O + 7.5N2 + nuSoot soot
// CH4 + 2O2 + 7.5N2 = CO2 + 2H2O + 7.5N2 + nuSoot soot
nuSoot 0.055;
Wsoot 12;
}

View File

@ -48,12 +48,12 @@ greyMeanAbsorptionEmissionCoeffs
CO2
{
Tcommon 200; //Common Temp
invTemp true; //Is the polynomio using inverse temperature.
Tlow 200; //Low Temp
Thigh 2500; //High Temp
Tcommon 200; // Common Temp
invTemp true; // Is the polynomio using inverse temperature.
Tlow 200; // Low Temp
Thigh 2500; // High Temp
loTcoeffs //coefss for T < Tcommon
loTcoeffs // coefss for T < Tcommon
(
0 // a0 +
0 // a1*T +
@ -62,7 +62,7 @@ greyMeanAbsorptionEmissionCoeffs
0 // a4*T^(+/-)4 +
0 // a5*T^(+/-)5 +
);
hiTcoeffs //coefss for T > Tcommon
hiTcoeffs // coefss for T > Tcommon
(
18.741
-121.31e3

View File

@ -38,12 +38,12 @@ greyMeanAbsorptionEmissionCoeffs
CO2
{
Tcommon 200; //Common Temp
invTemp true; //Is the polynomio using inverse temperature.
Tlow 200; //Low Temp
Thigh 2500; //High Temp
Tcommon 200; // Common Temp
invTemp true; // Is the polynomio using inverse temperature.
Tlow 200; // Low Temp
Thigh 2500; // High Temp
loTcoeffs //coefss for T < Tcommon
loTcoeffs // coefss for T < Tcommon
(
0 // a0 +
0 // a1*T +
@ -52,7 +52,7 @@ greyMeanAbsorptionEmissionCoeffs
0 // a4*T^(+/-)4 +
0 // a5*T^(+/-)5 +
);
hiTcoeffs //coefss for T > Tcommon
hiTcoeffs // coefss for T > Tcommon
(
18.741
-121.31e3

View File

@ -23,6 +23,7 @@ chemistryType
chemistry on;
initialChemicalTimeStep 1e-7;
maxChemicalTimeStep 1e-4;
odeCoeffs
{

View File

@ -24,6 +24,7 @@ chemistryType
chemistry on;
initialChemicalTimeStep 1e-7;
maxChemicalTimeStep 1e-4;
odeCoeffs
{

View File

@ -45,7 +45,7 @@ boundaryField
}
outlet
{
type fluxCorrectedVelocity; //inletOutlet;
type fluxCorrectedVelocity; // inletOutlet;
value uniform (0 0 0);
inletValue uniform (0 0 0);
}

View File

@ -34,7 +34,7 @@ boundaryField
outlet
{
type inletOutlet;
//type zeroGradient;
// type zeroGradient;
value uniform 1000;
inletValue uniform 1000;
}

View File

@ -27,7 +27,7 @@ boundaryField
inlet
{
type zeroGradient;
//type mixed;
// type mixed;
refValue uniform 110000;
refGradient uniform 0;
valueFraction uniform 0.3;
@ -37,16 +37,16 @@ boundaryField
type fixedValue;
value uniform 110000;
//type mixed;
//refValue uniform 110000;
//refGradient uniform 0;
//valueFraction uniform 1;
//type transonicOutletPressure;
//U U;
//phi phi;
//gamma 1.4;
//psi psi;
//pInf uniform 110000;
// type mixed;
// refValue uniform 110000;
// refGradient uniform 0;
// valueFraction uniform 1;
// type transonicOutletPressure;
// U U;
// phi phi;
// gamma 1.4;
// psi psi;
// pInf uniform 110000;
}
}

View File

@ -24,7 +24,7 @@ absorptionEmissionModel constantAbsorptionEmission;
constantAbsorptionEmissionCoeffs
{
absorptivity absorptivity [0 -1 0 0 0 0 0] 0.0; //opaque
absorptivity absorptivity [0 -1 0 0 0 0 0] 0.0; // opaque
emissivity emissivity [0 -1 0 0 0 0 0] 0.1;
E E [1 -1 -3 0 0 0 0] 0;
}

View File

@ -42,15 +42,15 @@ hierarchicalCoeffs
scotchCoeffs
{
//processorWeights
// processorWeights
//(
// 1
// 1
// 1
// 1
//);
//writeGraph true;
//strategy "b";
// writeGraph true;
// strategy "b";
}
manualCoeffs

View File

@ -42,15 +42,15 @@ hierarchicalCoeffs
scotchCoeffs
{
//processorWeights
// processorWeights
//(
// 1
// 1
// 1
// 1
//);
//writeGraph true;
//strategy "b";
// writeGraph true;
// strategy "b";
}
manualCoeffs

View File

@ -21,9 +21,9 @@ radiationModel viewFactor;
viewFactorCoeffs
{
smoothing true; //Smooth view factor matrix (use when in a close surface
//to force Sum(Fij = 1)
constantEmissivity true; //constant emissivity on surfaces.
smoothing true; // Smooth view factor matrix (use when in a close surface
// to force Sum(Fij = 1)
constantEmissivity true; // constant emissivity on surfaces.
}
// Number of flow iterations per radiation iteration

View File

@ -24,7 +24,7 @@ absorptionEmissionModel constantAbsorptionEmission;
constantAbsorptionEmissionCoeffs
{
absorptivity absorptivity [0 -1 0 0 0 0 0] 0.0; //opaque
absorptivity absorptivity [0 -1 0 0 0 0 0] 0.0; // opaque
emissivity emissivity [0 -1 0 0 0 0 0] 0.1;
E E [1 -1 -3 0 0 0 0] 0;
}

View File

@ -42,15 +42,15 @@ hierarchicalCoeffs
scotchCoeffs
{
//processorWeights
// processorWeights
//(
// 1
// 1
// 1
// 1
//);
//writeGraph true;
//strategy "b";
// writeGraph true;
// strategy "b";
}
manualCoeffs

View File

@ -42,15 +42,15 @@ hierarchicalCoeffs
scotchCoeffs
{
//processorWeights
// processorWeights
//(
// 1
// 1
// 1
// 1
//);
//writeGraph true;
//strategy "b";
// writeGraph true;
// strategy "b";
}
manualCoeffs

View File

@ -42,15 +42,15 @@ hierarchicalCoeffs
scotchCoeffs
{
//processorWeights
// processorWeights
//(
// 1
// 1
// 1
// 1
//);
//writeGraph true;
//strategy "b";
// writeGraph true;
// strategy "b";
}
manualCoeffs

View File

@ -42,15 +42,15 @@ hierarchicalCoeffs
scotchCoeffs
{
//processorWeights
// processorWeights
//(
// 1
// 1
// 1
// 1
//);
//writeGraph true;
//strategy "b";
// writeGraph true;
// strategy "b";
}
manualCoeffs

View File

@ -42,15 +42,15 @@ hierarchicalCoeffs
scotchCoeffs
{
//processorWeights
// processorWeights
//(
// 1
// 1
// 1
// 1
//);
//writeGraph true;
//strategy "b";
// writeGraph true;
// strategy "b";
}
manualCoeffs

View File

@ -42,15 +42,15 @@ hierarchicalCoeffs
scotchCoeffs
{
//processorWeights
// processorWeights
//(
// 1
// 1
// 1
// 1
//);
//writeGraph true;
//strategy "b";
// writeGraph true;
// strategy "b";
}
manualCoeffs

View File

@ -207,7 +207,7 @@ castellatedMeshControls
refinementRegions
{
//refinementBox
// refinementBox
//{
// mode inside;
// levels ((1E15 4));

View File

@ -42,15 +42,15 @@ hierarchicalCoeffs
scotchCoeffs
{
//processorWeights
// processorWeights
//(
// 1
// 1
// 1
// 1
//);
//writeGraph true;
//strategy "b";
// writeGraph true;
// strategy "b";
}
manualCoeffs

View File

@ -729,17 +729,17 @@ patches
quad2D(R6, R7)
quad2D(R7, R0)
//quad2D(R1, Rb1)
//quad2D(R1, Rb1)
// quad2D(R1, Rb1)
// quad2D(R1, Rb1)
//quad2D(R3, Rb3)
//quad2D(R3, Rb3)
// quad2D(R3, Rb3)
// quad2D(R3, Rb3)
//quad2D(R5, Rb5)
//quad2D(R5, Rb5)
// quad2D(R5, Rb5)
// quad2D(R5, Rb5)
//quad2D(R7, Rb7)
//quad2D(R7, Rb7)
// quad2D(R7, Rb7)
// quad2D(R7, Rb7)
)
empty front

View File

@ -28,7 +28,7 @@ boundaryField
outlet
{
//type zeroGradient;
// type zeroGradient;
type inletOutlet;
inletValue uniform (0 0 0);
}

View File

@ -28,9 +28,9 @@ boundaryField
outlet
{
//type zeroGradient;
//type inletOutlet;
//inletValue uniform (0 0 0);
// type zeroGradient;
// type inletOutlet;
// inletValue uniform (0 0 0);
type adjointOutletVelocity;
value uniform (0 0 0);
}

View File

@ -54,8 +54,8 @@ multiLevelCoeffs
level0
{
numberOfSubdomains 64;
//method simple;
//simpleCoeffs
// method simple;
// simpleCoeffs
//{
// n (2 1 1);
// delta 0.001;
@ -99,15 +99,15 @@ metisCoeffs
scotchCoeffs
{
//processorWeights
// processorWeights
//(
// 1
// 1
// 1
// 1
//);
//writeGraph true;
//strategy "b";
// writeGraph true;
// strategy "b";
}
manualCoeffs

View File

@ -445,7 +445,7 @@ meshQualityControls
//- minVolRatio (0 -> 1)
minVolRatio 0.01;
//must be >0 for Fluent compatibility
// must be >0 for Fluent compatibility
minTriangleTwist -1;

View File

@ -44,7 +44,7 @@ linearNormalCoeffs
// Do front and back need to be merged? Usually only makes sense for 360
// degree wedges.
mergeFaces false; //true;
mergeFaces false; // true;
// Merge small edges. Fraction of bounding box.
mergeTol 0;

View File

@ -297,7 +297,7 @@ meshQualityControls
//- minVolRatio (0 -> 1)
minVolRatio 0.01;
//must be >0 for Fluent compatibility
// must be >0 for Fluent compatibility
minTriangleTwist -1;

View File

@ -301,7 +301,7 @@ meshQualityControls
//- minVolRatio (0 -> 1)
minVolRatio 0.01;
//must be >0 for Fluent compatibility
// must be >0 for Fluent compatibility
minTriangleTwist -1;

View File

@ -14,7 +14,7 @@ streamLines
writeControl writeTime;
// writeInterval 10;
setFormat vtk; //gnuplot; //xmgr; //raw; //jplot; //csv; //ensight;
setFormat vtk; // gnuplot; // xmgr; //raw; //jplot; //csv; //ensight;
// Track forward (+U) or backward (-U) or both
direction forward;
@ -35,7 +35,7 @@ streamLines
seedSampleSet
{
type uniform;
axis x; //distance;
axis x; // distance;
// Note: tracks slightly offset so as not to be on a face
start (-1.001 1e-7 0.0011);

View File

@ -27,7 +27,7 @@ boundaryAndFaceZones.stl
// Write options
writeObj no; //yes;
writeObj no; // yes;
}

View File

@ -17,7 +17,7 @@ streamLines
writeControl writeTime;
// writeInterval 10;
setFormat vtk; //gnuplot; //xmgr; //raw; //jplot; //csv; //ensight;
setFormat vtk; // gnuplot; // xmgr; //raw; //jplot; //csv; //ensight;
// Track forward (+U) or backward (-U) or both
direction forward;
@ -32,7 +32,7 @@ streamLines
// of subcycling steps per cell (nSubCycle)
// Size of single track segment [m]
//trackLength 1e-3;
// trackLength 1e-3;
// Number of steps per cell (estimate). Set to 1 to disable subcycling.
nSubCycle 5;
@ -45,7 +45,7 @@ streamLines
seedSampleSet
{
type uniform;
axis x; //distance;
axis x; // distance;
// Note: tracks slightly offset so as not to be on a face
start (-1.001 -0.05 0.0011);

View File

@ -58,7 +58,7 @@ functions
writeControl writeTime;
// writeInterval 10;
setFormat vtk; //gnuplot;//xmgr;//raw;//jplot;//csv;//ensight;
setFormat vtk; // gnuplot;//xmgr;//raw;//jplot;//csv;//ensight;
// Track forward (+U) or backward (-U) or both
direction forward;
@ -80,7 +80,7 @@ functions
{
type uniform;
axis x; //distance;
axis x; // distance;
start (-0.0205 0.001 0.00001);
end (-0.0205 0.0251 0.00001);
nPoints 10;

View File

@ -36,7 +36,7 @@ disk
refDirection (0 0 1); // Reference direction
// - used as reference for psi angle
rpm 1000;
//pointAbove (0 0 0.25);
// pointAbove (0 0 0.25);
trimModel fixedTrim; // fixed || targetForce

View File

@ -29,7 +29,7 @@ RAS
Cmu 0.09;
C1 1.44;
C2 1.92;
sigmaEps 1.11; //Original value:1.44
sigmaEps 1.11; // Original value:1.44
// See:
// D.M. Hargreaves and N.G. Wright
// "On the use of the k-Epsilon model in commercial CFD software

View File

@ -137,15 +137,15 @@ castellatedMeshControls
// perpendicular to the surface. Is the angle of face w.r.t.
// the local surface normal. Use on flat(ish) surfaces only.
// Otherwise leave out or set to negative number.
//perpendicularAngle 10;
// perpendicularAngle 10;
//- Optional faceZone and (for closed surface) cellZone with
// how to select the cells that are in the cellZone
// (inside / outside / specified insidePoint)
//faceZone sphere;
//cellZone sphere;
//cellZoneInside inside; //outside/insidePoint
// faceZone sphere;
// cellZone sphere;
// cellZoneInside inside; // outside/insidePoint
}
}
@ -179,7 +179,7 @@ castellatedMeshControls
mode inside;
levels ((6 6));
}
//sphere.stl
// sphere.stl
//{
// mode distance;
// levels ((1.0 5) (2.0 3));
@ -356,14 +356,14 @@ meshQualityControls
//- minVolRatio (0 -> 1)
minVolRatio 0.01;
//must be >0 for Fluent compatibility
// must be >0 for Fluent compatibility
minTriangleTwist -1;
//- If >0 : preserve single cells with all points on the surface if the
// resulting volume after snapping (by approximation) is larger than
// minVolCollapseRatio times old volume (i.e. not collapsed to flat cell).
// If <0 : delete always.
//minVolCollapseRatio 0.5;
// minVolCollapseRatio 0.5;
// Advanced

View File

@ -30,7 +30,7 @@ vertices
blocks
(
//hex (0 1 2 3 4 5 6 7) (1 15 45) simpleGrading (1 1 1)
// hex (0 1 2 3 4 5 6 7) (1 15 45) simpleGrading (1 1 1)
hex (0 1 2 3 4 5 6 7) (2 30 90) simpleGrading (1 1 1)
);

View File

@ -160,7 +160,7 @@ subModels
}
}
dampingModel none; //relaxation;
dampingModel none; // relaxation;
relaxationCoeffs
{

View File

@ -59,7 +59,7 @@ subModels
{
alphac alpha.air;
}
//gravity;
// gravity;
}
injectionModels
@ -152,7 +152,7 @@ subModels
}
}
dampingModel none; //relaxation;
dampingModel none; // relaxation;
relaxationCoeffs
{

View File

@ -52,7 +52,7 @@ boundary
type wall;
faces
(
//side walls
// side walls
(0 7 15 8)
(1 0 8 9)
(13 14 6 5)
@ -67,7 +67,7 @@ boundary
type wall;
faces
(
//front and back walls
// front and back walls
(4 5 0 1)
(5 6 7 0)
(15 14 13 8)

View File

@ -18,7 +18,7 @@ convertToMeters 0.1;
vertices
(
//back
// back
( 0 0 0)
( 1 0 0)
( 0 0.5 0)

View File

@ -192,7 +192,7 @@ snapControls
//- Highly experimental and wip: number of feature edge snapping
// iterations. Leave out altogether to disable.
// Do not use here since mesh resolution too low and baffles present
//nFeatureSnapIter 10;
// nFeatureSnapIter 10;
}

View File

@ -61,10 +61,10 @@ FoamFile
// {
// set f0; // Name of faceSet
//
// //option neighbour; // cell with neighbour in faceSet
// //option owner; // ,, owner
// // option neighbour; // cell with neighbour in faceSet
// // option owner; // ,, owner
// option any; // cell with any face in faceSet
// //option all; // cell with all faces in faceSet
// // option all; // cell with all faces in faceSet
// }
//
// // Select based on pointSet
@ -72,7 +72,7 @@ FoamFile
// {
// set p0;
// option any; // cell with any point in pointSet
// //option all; // cell with all points in pointSet
// // option all; // cell with all points in pointSet
// }
//
// // Select based on cellShape
@ -164,7 +164,7 @@ FoamFile
// {
// set c0;
// option all; // All faces of cells
// //option both; // Only faces whose owner&neighbour are in cellSet
// // option both; // Only faces whose owner&neighbour are in cellSet
// }
//
// // Select based on pointSet
@ -172,7 +172,7 @@ FoamFile
// {
// set p0;
// option any; // Faces using any point in pointSet
// //option all // Faces with all points in pointSet
// // option all // Faces with all points in pointSet
// }
//
// // Select by explicitly providing face labels

View File

@ -24,7 +24,7 @@ geometry
initialPoints
{
//initialPointsMethod pointFile;
// initialPointsMethod pointFile;
initialPointsMethod autoDensity;
autoDensityCoeffs

View File

@ -155,8 +155,8 @@ rotating
cellSizeFunction uniform;
uniformCoeffs{}
//cellSizeFunction linearDistance;
//linearDistanceCoeffs
// cellSizeFunction linearDistance;
// linearDistanceCoeffs
//{
// distanceCellSizeCoeff 1;
// distanceCoeff 4;

View File

@ -57,7 +57,7 @@ boundaryField
wedgePlane -1;
//- Points that should remain fixed
//frozenPointsZone fixedPointsZone;
// frozenPointsZone fixedPointsZone;
}
// minZ
@ -79,7 +79,7 @@ boundaryField
// wedgePlane -1;
//
// //- Points that should remain fixed
// //frozenPointsZone fixedPointsZone;
// // frozenPointsZone fixedPointsZone;
// }
maxX

View File

@ -20,7 +20,7 @@ dynamicFvMesh dynamicMotionSolverFvMesh;
motionSolverLibs ("libfvMotionSolvers.so");
motionSolver displacementSBRStress; //displacementLaplacian;
motionSolver displacementSBRStress; // displacementLaplacian;
//motionSolver velocityComponentLaplacian z;
// diffusivity uniform;

View File

@ -17,7 +17,7 @@ FoamFile
numberOfSubdomains 4;
method ptscotch; //simple;
method ptscotch; // simple;
simpleCoeffs
{

View File

@ -60,7 +60,7 @@ sixDoFRigidBodyMotionCoeffs
report on;
accelerationRelaxation 0.7;
//accelerationDamping 0;
// accelerationDamping 0;
solver
{

View File

@ -401,12 +401,12 @@ addLayersControls
// Wanted thickness of the layer next to the wall.
// If relativeSizes this is relative to undistorted size of cell
// outside layer.
//firstLayerThickness 0.3;
// firstLayerThickness 0.3;
// Wanted overall thickness of layers.
// If relativeSizes this is relative to undistorted size of cell
// outside layer.
//thickness 0.5
// thickness 0.5
// Minimum overall thickness of total layers. If for any reason layer
@ -488,7 +488,7 @@ addLayersControls
// Additional reporting: if there are just a few faces where there
// are mesh errors (after adding the layers) print their face centres.
// This helps in tracking down problematic mesh areas.
//additionalReporting true;
// additionalReporting true;
}
// Generic mesh quality settings. At any undoable phase these determine
@ -546,7 +546,7 @@ meshQualityControls
// resulting volume after snapping (by approximation) is larger than
// minVolCollapseRatio times old volume (i.e. not collapsed to flat cell).
// If <0 : delete always.
//minVolCollapseRatio 0.5;
// minVolCollapseRatio 0.5;
// Advanced

View File

@ -443,7 +443,7 @@ meshQualityControls
//- minVolRatio (0 -> 1)
minVolRatio 0.01;
//must be >0 for Fluent compatibility
// must be >0 for Fluent compatibility
minTriangleTwist -1;

View File

@ -320,7 +320,7 @@ meshQualityControls
//- minVolRatio (0 -> 1)
minVolRatio 0.01;
//must be >0 for Fluent compatibility
// must be >0 for Fluent compatibility
minTriangleTwist -1;

View File

@ -19,7 +19,7 @@ simulationType LES;
LES
{
LESModel continuousGasKEqn; //Smagorinsky;
LESModel continuousGasKEqn; // Smagorinsky;
turbulence on;
printCoeffs on;

View File

@ -19,7 +19,7 @@ simulationType LES;
LES
{
LESModel NicenoKEqn; //SmagorinskyZhang;
LESModel NicenoKEqn; // SmagorinskyZhang;
turbulence on;
printCoeffs on;

View File

@ -19,7 +19,7 @@ simulationType RAS;
RAS
{
RASModel mixtureKEpsilon; //continuousGasKEpsilon;
RASModel mixtureKEpsilon; // continuousGasKEpsilon;
turbulence on;
printCoeffs on;

View File

@ -19,7 +19,7 @@ simulationType RAS;
RAS
{
RASModel mixtureKEpsilon; //LaheyKEpsilon;
RASModel mixtureKEpsilon; // LaheyKEpsilon;
turbulence on;
printCoeffs on;

View File

@ -19,7 +19,7 @@ simulationType RAS;
RAS
{
RASModel mixtureKEpsilon; //continuousGasKEpsilon;
RASModel mixtureKEpsilon; // continuousGasKEpsilon;
turbulence on;
printCoeffs on;

View File

@ -19,7 +19,7 @@ simulationType RAS;
RAS
{
RASModel mixtureKEpsilon; //LaheyKEpsilon;
RASModel mixtureKEpsilon; // LaheyKEpsilon;
turbulence on;
printCoeffs on;

View File

@ -19,7 +19,7 @@ simulationType LES;
LES
{
LESModel continuousGasKEqn; //Smagorinsky;
LESModel continuousGasKEqn; // Smagorinsky;
turbulence on;
printCoeffs on;

View File

@ -19,7 +19,7 @@ simulationType LES;
LES
{
LESModel NicenoKEqn; //SmagorinskyZhang;
LESModel NicenoKEqn; // SmagorinskyZhang;
turbulence on;
printCoeffs on;

View File

@ -19,7 +19,7 @@ simulationType RAS;
RAS
{
RASModel mixtureKEpsilon; //continuousGasKEpsilon;
RASModel mixtureKEpsilon; // continuousGasKEpsilon;
turbulence on;
printCoeffs on;

View File

@ -19,7 +19,7 @@ simulationType RAS;
RAS
{
RASModel mixtureKEpsilon; //LaheyKEpsilon;
RASModel mixtureKEpsilon; // LaheyKEpsilon;
turbulence on;
printCoeffs on;