Enabled postProcess on film region for reactingParcelFoam
This change enables function objects to be executed on the film region using the postProcess utility/option.
Cross-ref EP 1105
Merge request reports
Activity
changed milestone to %v2006
added enhancement post-processing labels
Thanks @Prashant
mentioned in commit 4678638a
62 62 63 63 inline const Foam::fvMesh& Foam::regionModels::regionModel::regionMesh() const 64 64 { 65 const fvMesh* regionPtr = time_.findObject<fvMesh>(regionName_); 65 const fvMesh* regionPtr = time_.getObjectPtr<fvMesh>(regionName_); Should actually have been fine to leave this as
findObject
or evencfindObject
. ThegetObjectPtr
just adds a const_cast to the call.Edited by Mark OLESEN
Please register or sign in to reply