Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_Equations_type), | intent(inout) | :: | equation | The equation system |
Init the variable system for filtered NavierStokes equation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_Equations_type), | intent(inout) | :: | equation | The equation system |
||
type(atl_varSys_solverData_type) | :: | solverData | the pointer to the data required for the varsys |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_Equations_type), | intent(inout) | :: | equation | The equation system |
||
type(atl_varSys_solverData_type) | :: | solverData | the pointer to the data required for the varsys |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_Equations_type), | intent(inout) | :: | equation | The equation type. |
||
type(atl_varSys_solverData_type), | target | :: | solverData | the pointer to the data required for the varsys |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_varSys_type), | intent(inout) | :: | varSys | The variable system to append primitive variables to |
||
integer, | intent(out), | allocatable | :: | primVar(:) | Indices of the primitive variables in the overall system. |
|
type(atl_varSys_solverData_type), | target | :: | solverData | the pointer to the data required for the varsys to fulfill all operations and derivations on the variables |
||
integer, | intent(in) | :: | nDim |
Init source terms for flow simulations. This routine initializes possible source variables and returns the filled up list of the poss_srcVars
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_possible_variable_type), | intent(inout) | :: | possVars | |||
type(atl_eqn_sourceMap_type), | intent(out), | allocatable | :: | eval_source(:) | ||
character(len=32), | intent(in) | :: | model_type |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | state_grad(:,:) | |||
real(kind=rk), | intent(in) | :: | state(:) | |||
real(kind=rk), | intent(inout) | :: | res(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | velGrad(2,2) | |||
real(kind=rk), | intent(inout) | :: | S(2,2) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | S(2,2) | |||
real(kind=rk), | intent(in) | :: | c_mu | |||
real(kind=rk), | intent(in) | :: | omega | |||
real(kind=rk), | intent(out) | :: | omega_r |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_varSys_type), | intent(inout) | :: | varSys | |||
type(atl_varSys_solverData_type), | target | :: | solverData | the pointer to the data required for the varsys to fulfill all operations and derivations on the variables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(atl_source_op_type), | intent(in) | :: | fun | Description of method to update source |
||
type(tem_varSys_type), | intent(in) | :: | varSys | variable system |
||
type(tem_time_type), | intent(in) | :: | time | Point in time at which to evaluate the variable. |
||
type(atl_cube_elem_type), | intent(in) | :: | mesh | Current level mesh information |
||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj | Parameters for projection |
||
integer, | intent(in) | :: | currentLevel | current level |
||
real(kind=rk), | intent(in) | :: | state(:,:,:) | The state in modal space. This is needed for several source terms that have to be applied to the current state |
||
real(kind=rk), | intent(in) | :: | material(:) | Material description for the background on the current level |
||
real(kind=rk), | intent(inout) | :: | sourcedata(:,:,:) | The source data to update. When all source terms are added to this buffer, it is applied to the state. |
current state
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | state(:) | |||
real(kind=rk), | intent(in) | :: | alpha | |||
real(kind=rk), | intent(in) | :: | omega_r | |||
real(kind=rk), | intent(in) | :: | velGrad(2,2) | |||
real(kind=rk), | intent(inout) | :: | rey_stress_tensor(:,:) |