File tree Expand file tree Collapse file tree 2 files changed +2
-30
lines changed Expand file tree Collapse file tree 2 files changed +2
-30
lines changed Original file line number Diff line number Diff line change 11# Transformation to ODE System
22
3- This section provides functions to ** transform DAE to ODE systems** . In particular,
3+ This section provides utility functions to ** transform DAE to ODE systems** . In particular,
44
55- to find equations that need to be differentiated, in order to transform a
66 Differential Algebraic Equations (DAEs) agebraically to
77 Ordinary Differential Equations (ODEs),
88
99- to differentiate relevant equations analytically,
1010
11- - to statically select ODE states and transform to ODE form.
12-
1311
1412## Main Functions
1513
@@ -30,29 +28,3 @@ CurrentModule = ModiaBase.Differentiate
3028derivative
3129```
3230
33-
34- ``` @meta
35- CurrentModule = ModiaBase
36- ```
37-
38- ``` @docs
39- StateSelectionFunctions
40- getSortedAndSolvedAST
41- ```
42-
43-
44- ## Utility Functions
45-
46-
47- ``` @meta
48- CurrentModule = ModiaBase
49- ```
50-
51- ``` @docs
52- StateCategory
53- ResidualCategory
54- LinearEquations
55- LinearEquationsIteration!
56- EquationInfo
57- StateElementInfo
58- ```
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ is linear in the iteration variable (`C.i`) and an AST is generated
202202to build-up a linear equation system ` A*C.i = b ` and solve this system numerically
203203with an LU decomposition whenever the AST is called (if the equation system has size 1,
204204a simple division is used instead of calling a linear equation solver). Applying
205- [ ` ModiaBase .getSortedAndSolvedAST` ] ( @ref ) results basically in a function
205+ ` Modia .getSortedAndSolvedAST` results basically in a function
206206` getDerivatives ` that can be solved with the many ODE integrators of
207207[ DifferentialEquations.jl] ( https://github.com/SciML/DifferentialEquations.jl ) :
208208
You can’t perform that action at this time.
0 commit comments