ENH: Changes to input for the PDR models

This commit is contained in:
sergio
2012-02-17 17:31:46 +00:00
parent 10e8490d21
commit e75a5571a5
10 changed files with 101 additions and 35 deletions

View File

@ -81,7 +81,7 @@ bool Foam::PDRDragModel::read(const dictionary& PDRProperties)
{
PDRDragModelCoeffs_ = PDRProperties.subDict(type() + "Coeffs");
PDRDragModelCoeffs_.lookup("PDRDragModel") >> on_;
PDRDragModelCoeffs_.lookup("drag") >> on_;
return true;
}