mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Correction missed from commit 32a6d67ef1
This commit is contained in:
@ -134,7 +134,7 @@ Foam::surfaceFilmModels::surfaceFilmModel::surfaceFilmModel
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
filmRegionName_ = lookup("filmRegionName");
|
||||
lookup("filmRegionName") >> filmRegionName_;
|
||||
coeffs_ = subDict(type + "Coeffs");
|
||||
thermoModel_ =
|
||||
thermoModelTypeNames_.read(coeffs_.lookup("thermoModel"));
|
||||
|
||||
Reference in New Issue
Block a user