... | ... | @@ -73,7 +73,7 @@ Unlike [[Transform Expressions]], there is unfortunately no general method for c |
|
|
|`linear`|`slope * val + offset`<br>`slope` default is 1.0<br>`offset` default is 0.0|
|
|
|
|AminusB|`A - B`|
|
|
|
|AplusBplusCplusD|`A + B + C + D`<br>`C` default is 0.0<br>`D` default is 0.0|
|
|
|
|fluidHeatFlow|flow * (Thot - Tcold) * heat_capacity * (1.0 - heat_recovery)<br>`heat_recovery` default is 0.0|
|
|
|
|fluidHeatFlow|`flow * (Thot - Tcold) * heat_capacity * (1.0 - heat_recovery)`<br>`heat_recovery` default is 0.0|
|
|
|
|
|
|
|
|
|
|
... | ... | |