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

[examples][upscaling][properties] minor cleanup

parent 86b572f2
No related branches found
No related tags found
1 merge request!3665Cleanup/upscaling example
......@@ -49,7 +49,7 @@
// ### `TypeTag` definition
// Two `TypeTag` for our simulation are defined, one for creeping flow and another for non-creeping flow,
// which inherit properties from the single-phase pore network model. The non-creeping flow inherits
// all properties from the creeping flow simulation but sets an own property for the `AdvectionType`.
// all properties from the creeping flow simulation but overrides the `AdvectionType` property.
namespace Dumux::Properties {
namespace TTag {
struct PNMUpscalingCreepingFlow { using InheritsFrom = std::tuple<PNMOneP>; };
......
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