ENH: MRFSource - re-intiliase zone on re-read

This commit is contained in:
andy
2013-11-04 18:01:16 +00:00
parent 84775cfd79
commit 6a1d1f9d71

View File

@ -175,6 +175,8 @@ bool Foam::fv::MRFSource::read(const dictionary& dict)
coeffs_.readIfPresent("UName", UName_);
coeffs_.readIfPresent("rhoName", rhoName_);
initialise();
return true;
}
else