Skip to content
Snippets Groups Projects

Enabled postProcess on film region for reactingParcelFoam

Merged Andrew Heather requested to merge region-model-mesh into develop

This change enables function objects to be executed on the film region using the postProcess utility/option.

Cross-ref EP 1105

@Prashant

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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_);
Please register or sign in to reply
Loading