diff --git a/src/parcelSurfaceFilmModels/ThermoSurfaceFilm/ThermoSurfaceFilm.C b/src/parcelSurfaceFilmModels/ThermoSurfaceFilm/ThermoSurfaceFilm.C index f236abfaaf..45e20f1c92 100644 --- a/src/parcelSurfaceFilmModels/ThermoSurfaceFilm/ThermoSurfaceFilm.C +++ b/src/parcelSurfaceFilmModels/ThermoSurfaceFilm/ThermoSurfaceFilm.C @@ -445,8 +445,7 @@ Foam::ThermoSurfaceFilm::filmPtrs() const HashTable filmPtrs = db.lookupClass(); - const word defaultName = - thermoSurfaceFilm::typeName + "Properties"; + const word defaultName = surfaceFilm::typeName + "Properties"; if ( @@ -457,6 +456,7 @@ Foam::ThermoSurfaceFilm::filmPtrs() const || (filmPtrs.size() > 1) ) { + Info << filmPtrs.begin().key() << " " << defaultName << endl; this->coeffDict().lookup("surfaceFilms"); } } @@ -577,7 +577,7 @@ Foam::ThermoSurfaceFilm::ThermoSurfaceFilm this->coeffDict().lookupOrDefault ( "surfaceFilms", - wordList(1, thermoSurfaceFilm::typeName) + wordList(1, surfaceFilm::typeName) ) ), films_(), diff --git a/tutorials/modules/multicomponentFluid/cylinder/constant/cloudProperties b/tutorials/modules/multicomponentFluid/cylinder/constant/cloudProperties index cbdeb48534..df68596f22 100644 --- a/tutorials/modules/multicomponentFluid/cylinder/constant/cloudProperties +++ b/tutorials/modules/multicomponentFluid/cylinder/constant/cloudProperties @@ -122,11 +122,9 @@ subModels thermoSurfaceFilmCoeffs { interactionType absorb; - surfaceFilms ("surfaceFilm"); } } - cloudFunctions {} diff --git a/tutorials/modules/multicomponentFluid/hotBoxes/constant/cloudProperties b/tutorials/modules/multicomponentFluid/hotBoxes/constant/cloudProperties index 16c47d6d60..b734aa45ba 100644 --- a/tutorials/modules/multicomponentFluid/hotBoxes/constant/cloudProperties +++ b/tutorials/modules/multicomponentFluid/hotBoxes/constant/cloudProperties @@ -152,7 +152,6 @@ subModels } } - cloudFunctions {}