fluxes_base_mod::CalculateFluxes Interface Reference

various data fields

subroutine calculatefluxes (this, Mesh, Physics, pvar, cvar, xfluxdydz, yfluxdzdx, zfluxdxdy)
 

Detailed Description

Definition at line 86 of file fluxes_base.f90.

Member Function/Subroutine Documentation

◆ calculatefluxes()

subroutine fluxes_base_mod::CalculateFluxes::calculatefluxes ( class(fluxes_base), intent(inout)  this,
class(mesh_base), intent(in)  Mesh,
class(physics_base), intent(inout)  Physics,
class(marray_compound), intent(inout)  pvar,
class(marray_compound), intent(inout)  cvar,
real, dimension(mesh%igmin:mesh%igmax,mesh%jgmin:mesh%jgmax,mesh%kgmin:mesh%kgmax,physics%vnum), intent(out)  xfluxdydz,
real, dimension(mesh%igmin:mesh%igmax,mesh%jgmin:mesh%jgmax,mesh%kgmin:mesh%kgmax,physics%vnum), intent(out)  yfluxdzdx,
real, dimension(mesh%igmin:mesh%igmax,mesh%jgmin:mesh%jgmax,mesh%kgmin:mesh%kgmax,physics%vnum), intent(out)  zfluxdxdy 
)
private

Definition at line 88 of file fluxes_base.f90.


The documentation for this interface was generated from the following file: