Skip to content
Snippets Groups Projects
Commit 6c8c568b authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[examples][2pinfiltration] clean up spatialparams

parent 6c81cec9
No related branches found
No related tags found
1 merge request!3662Cleanup/2pinfiltration example
......@@ -94,7 +94,8 @@ public:
}
// Here we can define which phase is to be considered as the wetting phase. Here the wetting phase is the the first phase of the fluidsystem. In this case that is water.
// Here we can define which phase is to be considered as the wetting phase. We choose the first phase
// in the fluid system, which is water in our case (see definition of `FluidSystem` property).
template<class FluidSystem>
int wettingPhaseAtPos(const GlobalPosition& globalPos) const
{ return FluidSystem::phase0Idx; }
......
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