afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
|
Go to the source code of this file.
Modules | |
module | m_fluid |
Fluid model module. | |
Functions/Subroutines | |
subroutine, public | m_fluid::forward_euler (tree, dt, dt_stiff, dt_lim, time, s_deriv, n_prev, s_prev, w_prev, s_out, i_step, n_steps) |
Advance fluid model using forward Euler step. If the equation is written as y' = f(y), the result is: y(s_out) = y(s_prev) + f(y(s_dt)), where the s_... refer to temporal states. | |