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

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