Skip to content

Changes

Summary

  1. Fix homotopy option to ensure correct initialization if homotopy is used (details)
  2. Removed homotopy from equation for port pressure loss: having no (details)
  3. Used proper type for temperature difference to avoid issues with K<->degC conversion (details)
  4. Added option to set simplified homotopy model in case the check valve of the pump is closed at initialization (details)
  5. Use NoHomotopy as default and document. (details)
  6. Generalize homotopy for checkValve to have three options: Open, Closed, and NoHomotopy (i.e. unknown). (details)
  7. Set homotopy flags in example models to facilitate the convergence of the initial solver (details)
  8. Added reference to homotopy parameter in the documentation of the examples (details)
Commit 4984394cb95c598f6a9f198a6d9f5bb9a51b5a89 by francesco.casella
Fix homotopy option to ensure correct initialization if homotopy is used
The file was modified Modelica/Electrical/Analog/Examples/OpAmps.mo (diff)
Commit 30e8c54ee134659d1b804a4d953cf3903610bd11 by francesco.casella
Removed homotopy from equation for port pressure loss: having no
hydraulic resistance caused a singularity at initialization
The file was modified Modelica/Fluid/Vessels.mo (diff)
Commit f80fbc1b89539cff34a7c3d52a5ec3586d56c70f by francesco.casella
Used proper type for temperature difference to avoid issues with K<->degC conversion
The file was modified Modelica/Fluid/Examples/HeatExchanger.mo (diff)
Commit 1d9e75ee9d1fe52f3d16da4dd5b102d7fc3c5044 by francesco.casella
Added option to set simplified homotopy model in case the check valve of the pump is closed at initialization
Adapted the PumpingSystem example accordingly
The file was modified Modelica/Fluid/Machines.mo (diff)
The file was modified Modelica/Fluid/Examples/PumpingSystem.mo (diff)
Commit f476ac9c3e8a61dd52fffca0f8d9dfc24b181ef9 by modelica
Use NoHomotopy as default and document.
The file was modified Modelica/Electrical/Analog/Ideal.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/OpAmps.mo (diff)
Commit 94fea03a955e92d0cd10b03c0ae5efde9e456f5e by modelica
Generalize homotopy for checkValve to have three options: Open, Closed, and NoHomotopy (i.e. unknown).
The description of the enumeration is rudimentary.
The file was modified Modelica/Fluid/Machines.mo (diff)
The file was modified Modelica/Fluid/Examples/PumpingSystem.mo (diff)
The file was modified Modelica/Fluid/Types.mo (diff)
Commit d72f4050db97f3f3163cf197251de2cddbb788b4 by francesco.casella
Set homotopy flags in example models to facilitate the convergence of the initial solver
The file was modified Modelica/Fluid/Examples/PumpingSystem.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/OpAmps.mo (diff)
Commit 9bc8802e01abf1cbd060489fb32e887656826118 by francesco.casella
Added reference to homotopy parameter in the documentation of the examples
The file was modified Modelica/Fluid/Examples/PumpingSystem.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/OpAmps.mo (diff)