diff --git a/mirgecom/wall_model.py b/mirgecom/wall_model.py index 1a3ee3626..bc5d0eed1 100644 --- a/mirgecom/wall_model.py +++ b/mirgecom/wall_model.py @@ -150,7 +150,7 @@ def dependent_vars(self, wv: SolidWallConservedVars, @dataclass_array_container @dataclass(frozen=True, eq=False) class PorousWallVars: - """Variables for the (porous) fluid state. + """Variables for the porous material. .. attribute:: material_densities .. attribute:: tau @@ -271,9 +271,9 @@ def heat_capacity(self, cv: ConservedVars, wv: PorousWallVars, @dataclass(frozen=True) class PorousFlowModel(PorousFlowEOS): - """ - This is the main class of the porous media flow and is the - equivalent to :class:`~mirgecom.gas_model.GasModel`. It wraps: + """Main class of the porous media flow. + + It is the equivalent to :class:`~mirgecom.gas_model.GasModel` and wraps: .. attribute:: wall_model