Skip to content

Commit

Permalink
[Doc] Add documentation for parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
renchao-lu committed Jan 22, 2019
1 parent 1f61ef0 commit 5f8250a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions MaterialLib/MPL/PropertyType.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ enum PropertyType : int
entry_pressure,
fredlund_parameters,
heat_capacity,
longitudinal_dispersivity,
longitudinal_dispersivity, /// used to compute the hydrodynamic dispersion
/// tensor.
molar_mass,
mole_fraction,
molecular_diffusion,
molecular_diffusion, /// used to compute the hydrodynamic dispersion
/// tensor.
name,
permeability,
phase_velocity,
Expand All @@ -67,7 +69,8 @@ enum PropertyType : int
specific_heat_capacity,
thermal_conductivity,
thermal_expansivity,
transversal_dispersivity,
transversal_dispersivity, /// used to compute the hydrodynamic dispersion
/// tensor.
viscosity,
number_of_properties
};
Expand Down

0 comments on commit 5f8250a

Please sign in to comment.