GfsSource
From Gerris
GfsSource is used to associate a source term to a variable.
The syntax in parameter files is:
[ GfsSourceScalar ] [ GfsFunction ]
The dimensions of the GfsFunction are the dimensions of the variable per unit time.
Examples
- Rayleigh-Taylor instability
- Boussinesq flow generated by a heated cylinder
- Air-water flow around a Series 60 cargo ship
- Poiseuille flow
- Hydrostatic balance with solid boundaries and viscosity
- Hydrostatic balance with quadratic pressure profile
Source {} V -9.81
Source V T
Source U (x > -0.375 ? 0 : 10.*(FROUDE - U))
Source U 1
Source V -1
Source V -rho

