|
real(kind=8), dimension(:,:), pointer | mom_module::den_local |
| density, \( \int f d\mathbf{v} \) local to compute node [Nsp,Nlocalnode] More...
|
|
real(kind=8), dimension(:,:), pointer | mom_module::upara_local |
| parallel bulk velocity, \( \int v_\parallel f d\mathbf{v} \) local to compute node [Nsp,Nlocalnode] More...
|
|
real(kind=8), dimension(:,:), pointer | mom_module::uperp_local |
| perpendicular bulk velocity, \( \int v_\perp f d\mathbf{v} \) local to compute node [Nsp,Nlocalnode] More...
|
|
real(kind=8), dimension(:,:), pointer | mom_module::temp_local |
| temperature, \( 2/3 \int 1/2 (\mathbf{v} - u_\parallel)^2 f d\mathbf{v} \), local to compute node [Nsp,Nlocalnode] More...
|
|
real(kind=8), dimension(:,:), pointer | mom_module::kperp_local |
| perpendicular kinetic energy, \( \int 1/2 v_\perp^2 f d\mathbf{v} \), local to compute node [Nsp,Nlocalnode] More...
|
|
real(kind=8), dimension(:,:), pointer | mom_module::kpara_local |
| parllel kinetic energy, \( \int v_\parallel^2 d\mathbf{v} \), local to compute node [Nsp,Nlocalnode] More...
|
|
real(kind=8), dimension(:,:), pointer | mom_module::temp_para_local |
| parallel temperature, \( \int (v_\parallel-u_\parallel)^2 d\mathbf{v} \), local to compute node [Nsp,Nlocalnode] More...
|
|
real(kind=8), dimension(:,:), pointer | mom_module::den_all |
| density, \( \int f d\mathbf{v} \), on all nodes [Nsp,Nnode] More...
|
|
real(kind=8), dimension(:,:), pointer | mom_module::upara_all |
| parallel bulk velocity, \( \int v_\parallel f d\mathbf{v} \), on all nodes [Nsp,Nnode] More...
|
|
real(kind=8), dimension(:,:), pointer | mom_module::temp_all |
| temperature, \( 2/3 \int 1/2 (\mathbf{v} - u_\parallel)^2 f d\mathbf{v} \), on all nodes [Nsp,Nnode] More...
|
|
real(kind=8), dimension(:,:), pointer | mom_module::temp_perp_all |
| perpendicular kinetic energy, \( \int 1/2 v_\perp^2 f d\mathbf{v} \), on all nodes [Nsp,Nnode] More...
|
|
real(kind=8), dimension(:,:), pointer | mom_module::temp_para_all |
| parllel kinetic energy, \( \int v_\parallel^2 d\mathbf{v} \), on all nodes [Nsp,Nnode] More...
|
|