physics_eulerisotherm_mod::prim2cons Interface Reference

Variables

elemental subroutine prim2cons1d (rho_in, u, rho_out, mu)
 Convert from 1D primitive to conservative variables. More...
 
elemental subroutine prim2cons2d (rho_in, u, v, rho_out, mu, mv)
 Convert from 2D primitive to conservative variables. More...
 
elemental subroutine prim2cons3d (rho_in, u, v, w, rho_out, mu, mv, mw)
 Convert from 3D primitive to conservative variables. More...
 

Detailed Description

Definition at line 139 of file physics_eulerisotherm.f90.

Member Function/Subroutine Documentation

◆ prim2cons1d()

elemental subroutine physics_eulerisotherm_mod::prim2cons::prim2cons1d ( real, intent(in)  rho_in,
real, intent(in)  u,
real, intent(out)  rho_out,
real, intent(out)  mu 
)
private

Convert from 1D primitive to conservative variables.

Definition at line 2308 of file physics_eulerisotherm.f90.

◆ prim2cons2d()

elemental subroutine physics_eulerisotherm_mod::prim2cons::prim2cons2d ( real, intent(in)  rho_in,
real, intent(in)  u,
real, intent(in)  v,
real, intent(out)  rho_out,
real, intent(out)  mu,
real, intent(out)  mv 
)
private

Convert from 2D primitive to conservative variables.

Definition at line 2319 of file physics_eulerisotherm.f90.

◆ prim2cons3d()

elemental subroutine physics_eulerisotherm_mod::prim2cons::prim2cons3d ( real, intent(in)  rho_in,
real, intent(in)  u,
real, intent(in)  v,
real, intent(in)  w,
real, intent(out)  rho_out,
real, intent(out)  mu,
real, intent(out)  mv,
real, intent(out)  mw 
)
private

Convert from 3D primitive to conservative variables.

Definition at line 2330 of file physics_eulerisotherm.f90.


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