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. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private, | allocatable | :: | modalCoeffs(:,:) | |||
real(kind=rk), | private, | allocatable | :: | modal_grad(:,:,:) | |||
real(kind=rk), | private, | allocatable | :: | pointVal(:,:) | |||
real(kind=rk), | private, | allocatable | :: | pointVal_grad(:,:,:) | |||
real(kind=rk), | private, | allocatable | :: | rhsNodal(:,:) | |||
real(kind=rk), | private, | allocatable | :: | rhsModal(:,:) | |||
real(kind=rk), | private, | allocatable | :: | rhs(:,:) | |||
real(kind=rk), | private | :: | rey_stress_tensor(2,2) | ||||
integer, | private | :: | iElem | ||||
integer, | private | :: | iDir | ||||
integer, | private | :: | iPoint | ||||
real(kind=rk), | private | :: | beta_k | ||||
real(kind=rk), | private | :: | omega_r | ||||
real(kind=rk), | private | :: | alp_omg | ||||
real(kind=rk), | private | :: | beta_omg | ||||
real(kind=rk), | private | :: | sig_omg | ||||
real(kind=rk), | private | :: | mu_turb | ||||
real(kind=rk), | private | :: | mu | ||||
real(kind=rk), | private | :: | c_mu | ||||
real(kind=rk), | private | :: | alpha | ||||
real(kind=rk), | private | :: | source(2) | ||||
real(kind=rk), | private | :: | omega | ||||
real(kind=rk), | private | :: | k_bar | ||||
real(kind=rk), | private | :: | velGrad(2,2) | ||||
real(kind=rk), | private | :: | ViscStressTensor(2,2) | ||||
type(atl_varSys_data_type), | private, | pointer | :: | fPtr | |||
type(atl_Equations_type), | private, | pointer | :: | eqn | |||
real(kind=rk), | private | :: | d_omega1 | ||||
real(kind=rk), | private | :: | d_omega2 |