Skip to content

Commit

Permalink
Add basis to conc example on property naming conventions docs (#1482)
Browse files Browse the repository at this point in the history
* change basis in convention conc example

* extend table; add basis to other properties

---------

Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>
  • Loading branch information
kurbansitterley and lbianchi-lbl authored Sep 6, 2024
1 parent cd56535 commit 8ebf0b8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/explanations/conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ Naming Examples
^^^^^^^^^^^^^^^
Below are some examples of the IDAES naming convention in use.

============================== ===========================================================
Variable Name Meaning
============================== ===========================================================
enth Specific enthalpy of the entire mixture (across all phases)
flow_comp["H2O"] Total flow of H2O (across all phases)
entr_phase["liq"] Specific entropy of the liquid phase mixture
conc_phase_comp["liq", "H2O"] Concentration of H2O in the liquid phase
temperature_red Reduced temperature
pressure_crit Critical pressure
============================== ===========================================================
================================== =============================================================================
Variable Name Meaning
================================== =============================================================================
enth_mol Specific enthalpy of the entire mixture (across all phases) on a molar basis
flow_vol_comp["H2O"] Total flow of H2O (across all phases) on a volumetric basis
entr_mol_phase["liq"] Specific entropy of the liquid phase mixture on a molar basis
conc_mass_phase_comp["liq", "H2O"] Concentration of H2O in the liquid phase on a mass basis
temperature_red Reduced temperature
pressure_crit Critical pressure
================================== =============================================================================

0 comments on commit 8ebf0b8

Please sign in to comment.