Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Public Attributes | |
type(mesh_t) | msh |
type(json_file) | params |
type(time_scheme_controller_t) | ext_bdf |
real(kind=rp), dimension(10) | tlag |
real(kind=rp), dimension(10) | dtlag |
real(kind=rp) | dt |
real(kind=rp) | end_time |
character(len=:), allocatable | output_directory |
type(output_controller_t) | output_controller |
type(fluid_output_t) | f_out |
type(chkp_output_t) | f_chkp |
type(user_t) | usr |
class(fluid_scheme_t), allocatable | fluid |
type(scalar_pnpn_t), allocatable | scalar |
type(time_scheme_controller_t) case::case_t::ext_bdf |
type(chkp_output_t) case::case_t::f_chkp |
type(fluid_output_t) case::case_t::f_out |
class(fluid_scheme_t), allocatable case::case_t::fluid |
type(output_controller_t) case::case_t::output_controller |
character(len=:), allocatable case::case_t::output_directory |
type(scalar_pnpn_t), allocatable case::case_t::scalar |