Skip to content
Snippets Groups Projects
Commit 466ae811 authored by Henry Weller's avatar Henry Weller
Browse files

interRegionExplicitPorositySource: Corrected initialization of firstIter_

parent aa38e25c
Branches
Tags
No related merge requests found
......@@ -117,7 +117,7 @@ Foam::fv::interRegionExplicitPorositySource::interRegionExplicitPorositySource
:
interRegionOption(name, modelType, dict, mesh),
porosityPtr_(NULL),
firstIter_(false),
firstIter_(true),
UName_(coeffs_.lookupOrDefault<word>("UName", "U")),
muName_(coeffs_.lookupOrDefault<word>("muName", "thermo:mu"))
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment