packageAdiabaticPseudoInversion
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Information
This example package contains a sequence of steps for constructing a nuclear reactor. See TUMExercisesThermodynamicCycles.Exercise2NuclearReactor for the problem description.
The final example model is provided in Exercise2NuclearReactor.AdiabaticPseudoInversion.Step9FinalResults.
This example package makes extensive use of pseudoInversion "controllers" to determine the solution.
In contrast, in the package Exercise2NuclearReactor.Adiabatic the same example nuclear reactor is solved with the InverseBlockConstraints model resulting in implicit nonlinear equations. These equations require suitable start values to be solvable. Note that also the time integration algorithm requires suitable start values and is also likely to be implicit and will likely solve implicit nonlinear equations aswell.
Contents
| Name | Description |
|---|---|
Revisions
-
2026, by Raphael Gebhart (raphael.gebhart@dlr.de):
Initial version.