We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f202c commit aa744c6Copy full SHA for aa744c6
1 file changed
doc/source/about/units.rst
@@ -29,8 +29,8 @@ Parameters, Variables and Units
29
* Avoid **_charge** , **_n**
30
31
- Constraints should always be named with max or min as the prefix.
32
- * Use: **t_max**
33
- * Avoid: **max_t**
+ * Use: **max_t_out_c**
+ * Avoid: **t_max_out_c**
34
35
- When a variable has both adjective and unit, the unit should always come last in the variable name.
36
* Use: **mdot_nom_kg_per_s**
0 commit comments