My Project
programmer's documentation
|
Computes the analytical flux at the boundary for Euler and Energy. More...
Functions/Subroutines | |
subroutine | cffana (imodif, bc_en, bc_pr, bc_vel) |
Computes the analytical flux at the boundary for Euler and Energy.
The Euler equations used to compute the flux are:
subroutine cffana | ( | integer | imodif, |
double precision, dimension(nfabor) | bc_en, | ||
double precision, dimension(nfabor) | bc_pr, | ||
double precision, dimension(3,nfabor) | bc_vel | ||
) |
[in] | imodif | indicator of what is computed |
[in,out] | bc_en | dirichlet value for the total energy |
[in,out] | bc_pr | dirichlet value for the pressure |
[in,out] | bc_vel | dirichlet value for the velocity |