BUG: ThermoSurfaceFilm - corrected FA field caching for Cp. Fixes #3017
This commit is contained in:
parent
b2532e7769
commit
51a34f5abc
@ -302,7 +302,7 @@ void Foam::ThermoSurfaceFilm<CloudType>::cacheFilmFields
|
||||
TFilmPatch_ = film.Tf().primitiveField();
|
||||
|
||||
// Direct copy (one-to-one mapping)
|
||||
TFilmPatch_ = film.Cp().primitiveField();
|
||||
CpFilmPatch_ = film.Cp().primitiveField();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user