Modules | |
| module | mod_compute_time_step_cfl_advection_surface_tension |
Functions/Subroutines | |
| double precision function | mod_compute_time_step_cfl_advection_surface_tension::compute_time_step_cfl_advection_surface_tension (velocity, density, temporal_stability_factor) |
| Compute the time step restricted by the CFL Warning: this is called "advection" referring the the mathematical advection equation Thus we look for the maximum velocity plus the maximum capillary velocity (surface tension) in the whole domain. | |
| double precision function | mod_compute_time_step_cfl_advection_surface_tension::compute_time_step_cfl_advection_1d_surface_tension (velocity, density, temporal_stability_factor) |
| Compute the time step restricted by the CFL Warning: this is called "advection" referring the the mathematical advection equation Thus we look for the maximum velocity in the whole domain. | |