40 const word& modelType,
67 return expansionRatio_;
75 if (
mag(1.0-expansionRatio_) < small)
77 return scalar(layer)/nLayers_;
82 (1.0-
pow(expansionRatio_, layer))
83 / (1.0-
pow(expansionRatio_, nLayers_));
virtual ~extrudeModel()
Destructor.
extrudeModel(const word &modelType, const dictionary &)
Construct from dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const dictionary & optionalSubDict(const word &) const
Find and return a sub-dictionary if found.
A class for handling words, derived from string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
scalar sumThickness(const label layer) const
Helper: calculate cumulative relative thickness for layer.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
dimensioned< scalar > mag(const dimensioned< Type > &)
scalar expansionRatio() const