mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Updated capitalisation of cloud models
This commit is contained in:
@ -56,7 +56,7 @@ solution
|
||||
integrationSchemes
|
||||
{
|
||||
U Euler;
|
||||
T Analytical;
|
||||
T analytical;
|
||||
}
|
||||
}
|
||||
|
||||
@ -99,31 +99,29 @@ subModels
|
||||
);
|
||||
}
|
||||
|
||||
InjectionModel ManualInjection;
|
||||
injectionModel manualInjection;
|
||||
|
||||
DispersionModel StochasticDispersionRAS;
|
||||
dispersionModel stochasticDispersionRAS;
|
||||
|
||||
PatchInteractionModel StandardWallInteraction;
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
HeatTransferModel RanzMarshall;
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
CompositionModel SingleMixtureFraction;
|
||||
compositionModel singleMixtureFraction;
|
||||
|
||||
PhaseChangeModel LiquidEvaporation;
|
||||
phaseChangeModel liquidEvaporation;
|
||||
|
||||
DevolatilisationModel ConstantRateDevolatilisation;
|
||||
devolatilisationModel constantRateDevolatilisation;
|
||||
|
||||
SurfaceReactionModel COxidationKineticDiffusionLimitedRate;
|
||||
surfaceReactionModel COxidationKineticDiffusionLimitedRate;
|
||||
|
||||
PostProcessingModel none;
|
||||
postProcessingModel none;
|
||||
|
||||
CollisionModel none;
|
||||
|
||||
SurfaceFilmModel none;
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation on;
|
||||
|
||||
ManualInjectionCoeffs
|
||||
manualInjectionCoeffs
|
||||
{
|
||||
massTotal 0.0001;
|
||||
parcelBasisType mass;
|
||||
@ -143,7 +141,7 @@ subModels
|
||||
}
|
||||
}
|
||||
|
||||
StandardWallInteractionCoeffs
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
type rebound;
|
||||
e 1;
|
||||
@ -155,7 +153,7 @@ subModels
|
||||
BirdCorrection true;
|
||||
}
|
||||
|
||||
SingleMixtureFractionCoeffs
|
||||
singleMixtureFractionCoeffs
|
||||
{
|
||||
phases
|
||||
(
|
||||
@ -180,7 +178,7 @@ subModels
|
||||
YSolidTot0 0.763;
|
||||
}
|
||||
|
||||
LiquidEvaporationCoeffs
|
||||
liquidEvaporationCoeffs
|
||||
{
|
||||
enthalpyTransfer enthalpyDifference;
|
||||
|
||||
@ -190,7 +188,7 @@ subModels
|
||||
);
|
||||
}
|
||||
|
||||
ConstantRateDevolatilisationCoeffs
|
||||
constantRateDevolatilisationCoeffs
|
||||
{
|
||||
volatileData
|
||||
(
|
||||
|
||||
@ -47,7 +47,7 @@ solution
|
||||
integrationSchemes
|
||||
{
|
||||
U Euler;
|
||||
T Analytical;
|
||||
T analytical;
|
||||
}
|
||||
}
|
||||
|
||||
@ -83,23 +83,21 @@ subModels
|
||||
);
|
||||
}
|
||||
|
||||
InjectionModel ManualInjection;
|
||||
injectionModel manualInjection;
|
||||
|
||||
DispersionModel StochasticDispersionRAS;
|
||||
dispersionModel stochasticDispersionRAS;
|
||||
|
||||
PatchInteractionModel StandardWallInteraction;
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
HeatTransferModel RanzMarshall;
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
PostProcessingModel none;
|
||||
postProcessingModel none;
|
||||
|
||||
CollisionModel none;
|
||||
|
||||
SurfaceFilmModel none;
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation on;
|
||||
|
||||
ManualInjectionCoeffs
|
||||
manualInjectionCoeffs
|
||||
{
|
||||
massTotal 0.0001;
|
||||
parcelBasisType mass;
|
||||
@ -119,7 +117,7 @@ subModels
|
||||
}
|
||||
}
|
||||
|
||||
StandardWallInteractionCoeffs
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
type rebound;
|
||||
e 1;
|
||||
|
||||
Reference in New Issue
Block a user