Skip to content

Commit

Permalink
pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
tulioricci committed Jul 25, 2023
1 parent 01c205a commit 3c952b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mirgecom/wall_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c952b0

Please sign in to comment.