WAVE_DAMPING_SOURCE

Specifies a volumetric momentum source term to damp surface waves.

Type

AcuSolve Command

Syntax

WAVE_DAMPING_SOURCE {parameters...}

Qualifier

This command has no qualifier.

Parameters

wave_damping_type (enumerated) (=none)
Type of wave damping to be applied. If none, no damping is applied.
none
No damping.
linear
Linear damping model is applied.
wave_damping_distance or dist real (=0)
Distance from the outlet surface where the damping source term is active.
wave_damping_coefficient or coef real (=10)
Coefficient multiplying the damping source term.

Description

This command is used to damp a surface wave in a multiphase flow problem by adding momentum source per unit volume to the momentum equation along the direction of gravity. The momentum source per unit volume term takes the following form:

(1)
S(x)=Cρ| U z | ( x x O x D ) 2 MathType@MTEF@5@5@+= feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbuLwBLn hiov2DGi1BTfMBaeXatLxBI9gBaerbd9wDYLwzYbItLDharqqtubsr 4rNCHbGeaGqiVu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9 vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=x fr=xb9adbaqaaeGaciGaaiaabeqaamaabaabaaGcbaGaam4uaiaacI cacaWG4bGaaiykaiabg2da9iabgkHiTiaadoeacaaMc8UaeqyWdiNa aGPaVpaaemaabaGaamyvamaaBaaaleaacaWG6baabeaaaOGaay5bSl aawIa7amaabmaabaWaaSaaaeaacaWG4bGaeyOeI0IaamiEamaaBaaa leaacaWGpbaabeaaaOqaaiaadIhadaWgaaWcbaGaamiraaqabaaaaa GccaGLOaGaayzkaaWaaWbaaSqabeaacaaIYaaaaaaa@4E55@

where C is the wave damping coefficient, ρ is the density, U Z MathType@MTEF@5@5@+= feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbuLwBLn hiov2DGi1BTfMBaeXatLxBI9gBaerbd9wDYLwzYbItLDharqqtubsr 4rNCHbGeaGqiVu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9 vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=x fr=xb9adbaqaaeGaciGaaiaabeqaamaabaabaaGcbaaeaaaaaaaaa8 qacaWGvbWdamaaBaaaleaapeGaamOwaaWdaeqaaaaa@3829@ is the velocity component along gravity, x is the local coordinate where the source term is being applied, x D MathType@MTEF@5@5@+= feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbuLwBLn hiov2DGi1BTfMBaeXatLxBI9gBaerbd9wDYLwzYbItLDharqqtubsr 4rNCHbGeaGqiVu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9 vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=x fr=xb9adbaqaaeGaciGaaiaabeqaamaabaabaaGcbaaeaaaaaaaaa8 qacaWG4bWdamaaBaaaleaapeGaamiraaWdaeqaaaaa@3836@ and x 0 MathType@MTEF@5@5@+= feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbuLwBLn hiov2DGi1BTfMBaeXatLxBI9gBaerbd9wDYLwzYbItLDharqqtubsr 4rNCHbGeaGqiVu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9 vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=x fr=xb9adbaqaaeGaciGaaiaabeqaamaabaabaaGcbaaeaaaaaaaaa8 qacaWG4bWdamaaBaaaleaapeGaaGimaaWdaeqaaaaa@3827@ are the wave damping distance and the coordinate of the outlet surfaces, respectively.

Wave damping with a linear model can be specified as follows:
WAVE_DAMPING_SOURCE {
    wave_damping_type	         = linear
    wave_damping_distance	 = 5
    wave_damping_coefficient     = 10
}

Optionally, the outlet surface can be excluded from the damping zone calculation by setting the boolean wave_damping to "off" within the SIMPLE_BOUNDARY_CONDITION command.