Peano
Loading...
Searching...
No Matches
WetDryState.h
Go to the documentation of this file.
1
// This file is part of the ExaHyPE2 project. For conditions of distribution and
2
// use, please see the copyright notice at www.peano-framework.org
3
#pragma once
4
5
namespace
applications::exahype2::ShallowWater
{
6
enum class
WetDryState
{
7
DryDry
,
// Both cells are dry.
8
WetWet
,
// Both cells are wet.
9
WetDryInundation
,
// 1st cell: wet, 2nd cell: dry. 1st cell lies higher than the 2nd one.
10
WetDryWall
,
// 1st cell: wet, 2nd cell: dry. 1st cell lies lower than the 2nd one. Momentum is not large enough to
11
// overcome the difference.
12
WetDryWallInundation
,
// 1st cell: wet, 2nd cell: dry. 1st cell lies lower than the 2nd one. Momentum is large
13
// enough to overcome the difference.
14
DryWetInundation
,
// 1st cell: dry, 2nd cell: wet. 1st cell lies lower than the 2nd one.
15
DryWetWall
,
// 1st cell: dry, 2nd cell: wet. 1st cell lies higher than the 2nd one. Momentum is not large enough to
16
// overcome the difference.
17
DryWetWallInundation
// 1st cell: dry, 2nd cell: wet. 1st cell lies higher than the 2nd one. Momentum is large
18
// enough to overcome the difference.
19
};
20
}
// namespace applications::exahype2::ShallowWater
applications::exahype2::ShallowWater
Definition
PDE.h:54
applications::exahype2::ShallowWater::WetDryState
WetDryState
Definition
WetDryState.h:6
applications::exahype2::ShallowWater::WetDryState::DryDry
@ DryDry
applications::exahype2::ShallowWater::WetDryState::DryWetWall
@ DryWetWall
applications::exahype2::ShallowWater::WetDryState::WetDryInundation
@ WetDryInundation
applications::exahype2::ShallowWater::WetDryState::DryWetWallInundation
@ DryWetWallInundation
applications::exahype2::ShallowWater::WetDryState::WetDryWall
@ WetDryWall
applications::exahype2::ShallowWater::WetDryState::WetWet
@ WetWet
applications::exahype2::ShallowWater::WetDryState::DryWetInundation
@ DryWetInundation
applications::exahype2::ShallowWater::WetDryState::WetDryWallInundation
@ WetDryWallInundation
applications
shallow-water
WetDryState.h
Generated on Wed Apr 1 2026 00:01:45 for Peano by
1.10.0