Skip to content
Snippets Groups Projects
Commit 51a34f5a authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: ThermoSurfaceFilm - corrected FA field caching for Cp. Fixes #3017

parent b2532e77
Branches
Tags
No related merge requests found
...@@ -302,7 +302,7 @@ void Foam::ThermoSurfaceFilm<CloudType>::cacheFilmFields ...@@ -302,7 +302,7 @@ void Foam::ThermoSurfaceFilm<CloudType>::cacheFilmFields
TFilmPatch_ = film.Tf().primitiveField(); TFilmPatch_ = film.Tf().primitiveField();
// Direct copy (one-to-one mapping) // Direct copy (one-to-one mapping)
TFilmPatch_ = film.Cp().primitiveField(); CpFilmPatch_ = film.Cp().primitiveField();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment