mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Code style: Updated line comments to start with a space
//This is a comment -> // This is a comment
This commit is contained in:
@ -60,7 +60,7 @@ sixDoFRigidBodyMotionCoeffs
|
||||
|
||||
report on;
|
||||
accelerationRelaxation 0.7;
|
||||
//accelerationDamping 0;
|
||||
// accelerationDamping 0;
|
||||
|
||||
solver
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ simulationType LES;
|
||||
|
||||
LES
|
||||
{
|
||||
LESModel continuousGasKEqn; //Smagorinsky;
|
||||
LESModel continuousGasKEqn; // Smagorinsky;
|
||||
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
@ -19,7 +19,7 @@ simulationType LES;
|
||||
|
||||
LES
|
||||
{
|
||||
LESModel NicenoKEqn; //SmagorinskyZhang;
|
||||
LESModel NicenoKEqn; // SmagorinskyZhang;
|
||||
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
@ -19,7 +19,7 @@ simulationType RAS;
|
||||
|
||||
RAS
|
||||
{
|
||||
RASModel mixtureKEpsilon; //continuousGasKEpsilon;
|
||||
RASModel mixtureKEpsilon; // continuousGasKEpsilon;
|
||||
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
@ -19,7 +19,7 @@ simulationType RAS;
|
||||
|
||||
RAS
|
||||
{
|
||||
RASModel mixtureKEpsilon; //LaheyKEpsilon;
|
||||
RASModel mixtureKEpsilon; // LaheyKEpsilon;
|
||||
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
@ -19,7 +19,7 @@ simulationType RAS;
|
||||
|
||||
RAS
|
||||
{
|
||||
RASModel mixtureKEpsilon; //continuousGasKEpsilon;
|
||||
RASModel mixtureKEpsilon; // continuousGasKEpsilon;
|
||||
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
@ -19,7 +19,7 @@ simulationType RAS;
|
||||
|
||||
RAS
|
||||
{
|
||||
RASModel mixtureKEpsilon; //LaheyKEpsilon;
|
||||
RASModel mixtureKEpsilon; // LaheyKEpsilon;
|
||||
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
@ -19,7 +19,7 @@ simulationType LES;
|
||||
|
||||
LES
|
||||
{
|
||||
LESModel continuousGasKEqn; //Smagorinsky;
|
||||
LESModel continuousGasKEqn; // Smagorinsky;
|
||||
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
@ -19,7 +19,7 @@ simulationType LES;
|
||||
|
||||
LES
|
||||
{
|
||||
LESModel NicenoKEqn; //SmagorinskyZhang;
|
||||
LESModel NicenoKEqn; // SmagorinskyZhang;
|
||||
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
@ -19,7 +19,7 @@ simulationType RAS;
|
||||
|
||||
RAS
|
||||
{
|
||||
RASModel mixtureKEpsilon; //continuousGasKEpsilon;
|
||||
RASModel mixtureKEpsilon; // continuousGasKEpsilon;
|
||||
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
@ -19,7 +19,7 @@ simulationType RAS;
|
||||
|
||||
RAS
|
||||
{
|
||||
RASModel mixtureKEpsilon; //LaheyKEpsilon;
|
||||
RASModel mixtureKEpsilon; // LaheyKEpsilon;
|
||||
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
Reference in New Issue
Block a user