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
TFilmPatch_ = film.Tf().primitiveField();
// Direct copy (one-to-one mapping)
TFilmPatch_ = film.Cp().primitiveField();
CpFilmPatch_ = film.Cp().primitiveField();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment