Standardise on British spelling: -ize -> -ise
OpenFOAM is predominantly written in Britain with British spelling conventions so -ise is preferred to -ize.
This commit is contained in:
@ -160,7 +160,7 @@ subModels
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
atomizationModel none;
|
||||
atomisationModel none;
|
||||
|
||||
breakupModel ReitzDiwakar; // ReitzKHRT;
|
||||
|
||||
|
||||
@ -23,6 +23,6 @@ seedSampleSet
|
||||
|
||||
fields (U);
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/visualization/streamlines.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/visualisation/streamlines.cfg"
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
application adjointShapeOptimizationFoam;
|
||||
application adjointShapeOptimisationFoam;
|
||||
|
||||
startFrom startTime;
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
#- String to recognize new iteration by (usually same as 'Time')
|
||||
#- String to recognise new iteration by (usually same as 'Time')
|
||||
Separator/^[ \t]*Time = /Time =
|
||||
|
||||
#- Time value:
|
||||
|
||||
@ -18,7 +18,7 @@ simulationType laminar;
|
||||
|
||||
laminar
|
||||
{
|
||||
model generalizedNewtonian;
|
||||
model generalisedNewtonian;
|
||||
|
||||
viscosityModel CrossPowerLaw;
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ Description
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/visualization/surfaces.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/visualisation/surfaces.cfg"
|
||||
|
||||
fields (p);
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ Description
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/visualization/surfaces.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/visualisation/surfaces.cfg"
|
||||
|
||||
fields (p U);
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ Description
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/visualization/streamlines.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/visualisation/streamlines.cfg"
|
||||
|
||||
fields (U);
|
||||
|
||||
|
||||
@ -23,6 +23,6 @@ seedSampleSet
|
||||
|
||||
fields (p k U);
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/visualization/streamlines.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/visualisation/streamlines.cfg"
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -15,9 +15,9 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
stabilization
|
||||
stabilisation
|
||||
{
|
||||
type phaseLimitStabilization;
|
||||
type phaseLimitStabilisation;
|
||||
|
||||
field sigma.liquid;
|
||||
rate rLambda.liquid;
|
||||
|
||||
@ -73,7 +73,7 @@ functions
|
||||
functionType volume;
|
||||
coordinateType diameter;
|
||||
densityFunction yes;
|
||||
normalize yes;
|
||||
normalise yes;
|
||||
}
|
||||
|
||||
probabilityDensity.outlet
|
||||
@ -90,7 +90,7 @@ functions
|
||||
functionType volume;
|
||||
coordinateType diameter;
|
||||
densityFunction yes;
|
||||
normalize yes;
|
||||
normalise yes;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -71,7 +71,7 @@ functions
|
||||
functionType number;
|
||||
coordinateType projectedAreaDiameter;
|
||||
densityFunction yes;
|
||||
normalize yes;
|
||||
normalise yes;
|
||||
geometric yes;
|
||||
}
|
||||
|
||||
|
||||
@ -71,7 +71,7 @@ functions
|
||||
functionType number;
|
||||
coordinateType projectedAreaDiameter;
|
||||
densityFunction yes;
|
||||
normalize yes;
|
||||
normalise yes;
|
||||
geometric yes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user