mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Surface film now registered to time
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -133,7 +133,7 @@ void Foam::SurfaceFilmModel<CloudType>::inject(TrackData& td)
|
|||||||
|
|
||||||
// Retrieve the film model from the owner database
|
// Retrieve the film model from the owner database
|
||||||
const regionModels::surfaceFilmModels::surfaceFilmModel& filmModel =
|
const regionModels::surfaceFilmModels::surfaceFilmModel& filmModel =
|
||||||
this->owner().db().objectRegistry::template lookupObject
|
this->owner().mesh().time().objectRegistry::template lookupObject
|
||||||
<regionModels::surfaceFilmModels::surfaceFilmModel>
|
<regionModels::surfaceFilmModels::surfaceFilmModel>
|
||||||
(
|
(
|
||||||
"surfaceFilmProperties"
|
"surfaceFilmProperties"
|
||||||
|
|||||||
Reference in New Issue
Block a user