modelSimpleAdvection_N_51200
Extends from SimpleAdvection_N_12800.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | N (from SimpleAdvection) | 2 | Number of nodes |
| Modelica.Units.SI.Temperature[N] | Tstart (from SimpleAdvection) | ones(N)*300 | Start value of the temperature distribution |
| Modelica.Units.SI.Length | L (from SimpleAdvection) | 10 | Pipe length |
| Modelica.Units.SI.Length | l (from SimpleAdvection) | L/N | Length of one volume |
| Real | pi (from SimpleAdvection_N_100) | Modelica.Constants.pi | |
| Modelica.Units.SI.Time | t0 (from SimpleAdvection_N_100) | 2 | Instant of smooth step temperature increase at inlet |
| Modelica.Units.SI.Time | dt (from SimpleAdvection_N_100) | 0.1 | Transition time of temperature increase |
| Modelica.Units.SI.TemperatureDifference | dT (from SimpleAdvection_N_100) | 10 | Temperature increase at inlet |
| Modelica.Units.SI.Frequency | f (from SimpleAdvection_N_100) | 0.5 | Frequency of fluid speed oscillations |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Velocity | u (from SimpleAdvection) | 1 | Fluid speed |
| Modelica.Units.SI.Temperature | Tin (from SimpleAdvection) | 300 | Inlet temperature |
| Modelica.Units.SI.Temperature[N] | T (from SimpleAdvection) | Node temperatures | |
| Modelica.Units.SI.Temperature[N - 1] | Ttilde (from SimpleAdvection) | Temperature states | |
| Modelica.Units.SI.Temperature | Tout (from SimpleAdvection) |