Default expansionRatio to 1 for mesh extrusion
This commit is contained in:
parent
8824f2e310
commit
5ecb900eb4
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ Foam::extrudeModel::extrudeModel
|
|||
)
|
||||
:
|
||||
nLayers_(dict.lookupOrDefault<label>("nLayers", 1)),
|
||||
expansionRatio_(readScalar(dict.lookup("expansionRatio"))),
|
||||
expansionRatio_(dict.lookupOrDefault<scalar>("expansionRatio", 1)),
|
||||
dict_(dict),
|
||||
coeffDict_(dict.subDict(modelType + "Coeffs"))
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue