-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ThermalConductor units issue #171
Comments
Why not define a single device that sets
and then make the *Conductor|*Resistor just syntax sugar built on top of this element? |
Yes
We can define partial blocks and extend them when |
Aren't G and R reciprocals from each other? |
The documentation specifies that G is given in units of Power per Temperature, however this line:
ModelingToolkitStandardLibrary.jl/src/Thermal/HeatTransfer/ideal_components.jl
Line 120 in f7caceb
Multiplies G with a factor that is in Power units, giving a result in Power^2 per Temperature.
I guess this line needs to be a division: Q_flow / G; or G needs to be defined differently.
The text was updated successfully, but these errors were encountered: