ENH: Added solid mixture construct from dictionary

This commit is contained in:
andy
2010-10-11 17:34:04 +01:00
parent 6b8e4fc787
commit 0de35548f6

View File

@ -41,7 +41,7 @@ Foam::solidMixture::solidMixture
properties_.set
(
i,
solid::New(thermophysicalProperties.lookup(components_[i]))
solid::New(thermophysicalProperties.subDict(components_[i]))
);
}
}