Skip to content

Commit e61ff91

Browse files
authored
Remove comments from p_main.fpp
Removed detailed comments regarding the finite-volume scheme and surface tension effects.
1 parent 4600b40 commit e61ff91

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/simulation/p_main.fpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
!! @brief Contains program p_main
44

55
!> @brief Quasi-conservative, shock- and interface- capturing finite-volume scheme for the multicomponent Navier-Stokes equations.
6-
!! The system is augmented with the relevant advection equations to capture the material interfaces and closed by the stiffened
7-
!! equation of state as well as any required mixture relations. The effects of surface tension are included and modeled through a
8-
!! volume force that acts across the diffuse material interface regions. The implementation specifics of surface tension may be
9-
!! found in the work by Perigaud and Saurel (2005). Note that both viscous and capillarity effects are only available in the volume
10-
!! fraction model.
116
program p_main
127

138
use m_global_parameters

0 commit comments

Comments
 (0)