mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
interRegionExplicitPorositySource: Corrected initialization of firstIter_
This commit is contained in:
@ -117,7 +117,7 @@ Foam::fv::interRegionExplicitPorositySource::interRegionExplicitPorositySource
|
|||||||
:
|
:
|
||||||
interRegionOption(name, modelType, dict, mesh),
|
interRegionOption(name, modelType, dict, mesh),
|
||||||
porosityPtr_(NULL),
|
porosityPtr_(NULL),
|
||||||
firstIter_(false),
|
firstIter_(true),
|
||||||
UName_(coeffs_.lookupOrDefault<word>("UName", "U")),
|
UName_(coeffs_.lookupOrDefault<word>("UName", "U")),
|
||||||
muName_(coeffs_.lookupOrDefault<word>("muName", "thermo:mu"))
|
muName_(coeffs_.lookupOrDefault<word>("muName", "thermo:mu"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user