modelAdvectionReaction_N_100
Extends from Models.AdvectionReaction (Model of an advection process with chemical reaction).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | N (from AdvectionReaction) | 10 | Number of volumes |
| Real | mu (from AdvectionReaction) | 1000 | Kinetic coefficient of the reaction |
| Real | alpha (from AdvectionReaction) | 0.5 | Parameter of the reaction model |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u_in (from AdvectionReaction) | 1 | Inlet concentration |
| Real[N] | u (from AdvectionReaction) | Concentration at each volume outlet |