Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
fluid_scheme_base.f90 File Reference

Go to the source code of this file.

Data Types

type  fluid_scheme_base::fluid_scheme_base_t
 Base type of all fluid formulations. More...
 
interface  fluid_scheme_base::fluid_base_init_all_intrf
 Initialize all fields. More...
 
interface  fluid_scheme_base::fluid_base_init_common_intrf
 Initialize common data for the current scheme. More...
 
interface  fluid_scheme_base::fluid_base_free_intrf
 Deallocate a fluid formulation. More...
 
interface  fluid_scheme_base::fluid_scheme_base_init_intrf
 Abstract interface to initialize a fluid formulation. More...
 
interface  fluid_scheme_base::fluid_scheme_base_free_intrf
 Abstract interface to dealocate a fluid formulation. More...
 
interface  fluid_scheme_base::fluid_scheme_base_step_intrf
 Abstract interface to compute a time-step. More...
 
interface  fluid_scheme_base::fluid_scheme_base_restart_intrf
 Abstract interface to restart a fluid scheme. More...
 
interface  fluid_scheme_base::fluid_scheme_setup_bcs_intrf
 Abstract interface to setup boundary conditions. More...
 
interface  fluid_scheme_base::validate_intrf
 Abstract interface to validate the user inflow. More...
 
interface  fluid_scheme_base::update_material_properties
 Abstract interface to sets rho and mu. More...
 
interface  fluid_scheme_base::fluid_scheme_base_compute_cfl_intrf
 Compute the CFL number. More...
 

Modules

module  fluid_scheme_base