quorx
Results
1
issues of
quorx
The units for `ConvectionCoefficient` should be `"W/(m2.K)"` ``` model Rod_ForLoop "Modeling heat conduction in a rod using a for loop" type Temperature=Real(unit="K", min=0); type ConvectionCoefficient=Real(unit="W/K", min=0); type ConductionCoefficient=Real(unit="W.m-1.K-1", min=0); type...