afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
|
Module for the coupling between the gas dynamics and the fluid model. More...
Functions/Subroutines | |
subroutine, public | coupling_add_fluid_source (tree, dt) |
Add source terms form the fluid model to the Euler equations. | |
subroutine, public | coupling_update_gas_density (tree) |
Update gas number density in the fluid model. | |
Module for the coupling between the gas dynamics and the fluid model.
subroutine, public m_coupling::coupling_add_fluid_source | ( | type(af_t), intent(inout) | tree, |
real(dp), intent(in) | dt ) |
Add source terms form the fluid model to the Euler equations.
Definition at line 21 of file m_coupling.f90.
subroutine, public m_coupling::coupling_update_gas_density | ( | type(af_t), intent(inout) | tree | ) |
Update gas number density in the fluid model.
Definition at line 85 of file m_coupling.f90.