Skip to content
Snippets Groups Projects
Commit 790edbe5 authored by Beatrix Becker's avatar Beatrix Becker
Browse files

[exercise fluidsystem][2pproblem] cleanup

parent 026215da
No related branches found
No related tags found
1 merge request!21Feature/exercise fluidsystem gnuplot
...@@ -160,6 +160,8 @@ public: ...@@ -160,6 +160,8 @@ public:
// set the depth of the bottom of the reservoir // set the depth of the bottom of the reservoir
depthBOR_ = this->fvGridGeometry().bBoxMax()[dimWorld-1]; depthBOR_ = this->fvGridGeometry().bBoxMax()[dimWorld-1];
// plot density over pressure of the phase consisting of your component
if(getParam<bool>("Output.PlotDensity")) if(getParam<bool>("Output.PlotDensity"))
plotDensity_(); plotDensity_();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment