Skip to content

Commit aa744c6

Browse files
committed
fix units convention
1 parent b4f202c commit aa744c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/about/units.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Parameters, Variables and Units
2929
* Avoid **_charge** , **_n**
3030

3131
- Constraints should always be named with max or min as the prefix.
32-
* Use: **t_max**
33-
* Avoid: **max_t**
32+
* Use: **max_t_out_c**
33+
* Avoid: **t_max_out_c**
3434

3535
- When a variable has both adjective and unit, the unit should always come last in the variable name.
3636
* Use: **mdot_nom_kg_per_s**

0 commit comments

Comments
 (0)