| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public | :: | dU1 | = | 0 | ||
| real(kind=dp), | public | :: | dU2 | = | 0 | ||
| real(kind=dp), | public | :: | dU3 | = | 0 | ||
| real(kind=dp), | public | :: | dU4 | = | 0 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public | :: | VarC(Nb_VarC) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public | :: | DerVarC(Nb_VarC,Nb_VarC) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public | :: | VarP(Nb_VarP) |
private called by junction solve
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(:,:) | :: | A |
Variables written in the junction referential Variables written in the junction referential
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(junction_dynamic_parameters_t), | intent(inout) | :: | dyn | |||
| type(flux_and_derivatives_t), | intent(inout) | :: | FlJ(:) |
private called by junction solve
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | U(:) | |||
| real(kind=dp), | intent(out) | :: | Jacob_star(:,:) |
private called by junction solve
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | PPP(Nb_VarP) | |||
| real(kind=dp), | intent(out) | :: | Jacob_star(Nb_VarC,Nb_VarC) |
Called at the beginning of main loop
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(junction_t), | intent(inout) | :: | me |
Called by Reims for during implicit step. It updates Matrix with new values from port
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(junction_t), | intent(inout) | :: | me | |||
| real(kind=dp), | intent(in) | :: | dt |