physics_eulerisotherm_mod::cons2prim Interface Reference

Variables

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

Detailed Description

Definition at line 136 of file physics_eulerisotherm.f90.

Member Function/Subroutine Documentation

◆ cons2prim1d()

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

Convert from 1D conservative to primitive variables.

Definition at line 2266 of file physics_eulerisotherm.f90.

◆ cons2prim2d()

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

Convert from 2D conservative to primitive variables.

Definition at line 2277 of file physics_eulerisotherm.f90.

◆ cons2prim3d()

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

Convert from 3D conservative to primitive variables.

Definition at line 2292 of file physics_eulerisotherm.f90.


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