afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
Loading...
Searching...
No Matches
Functions/Subroutines
m_coupling Module Reference

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.
 

Detailed Description

Module for the coupling between the gas dynamics and the fluid model.

Function/Subroutine Documentation

◆ coupling_add_fluid_source()

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.

Here is the call graph for this function:

◆ coupling_update_gas_density()

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.