Public Member Functions | |
subroutine | burn_get_film_coeff_1d (bp, p_coor, Ts, Teuler, P_in, Qc, Qcprime) |
subroutine | burn_init_1d (bp, bflag, Pin, To, rhoc, p_coor, rb, Toa, fr, Tn, Tflame) |
Definition at line 23 of file init_py.f90.
subroutine burn_init_1d | ( | type(parameter_structure), pointer | bp, |
integer, intent(inout) | bflag, | ||
real(dbl), intent(in) | Pin, | ||
real(dbl), intent(in) | To, | ||
real(dbl), intent(in) | rhoc, | ||
real(dbl), dimension(3), intent(in) | p_coor, | ||
real(dbl), intent(out) | rb, | ||
real(dbl), intent(out) | Toa, | ||
real(dbl), intent(out) | fr, | ||
real(dbl), dimension(:), intent(out) | Tn, | ||
real(dbl), intent(out) | Tflame | ||
) |
Definition at line 90 of file init_py.f90.
References i, block::pin(), data_py::polin2(), and data_py::polint().
Referenced by burn_initialize().