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ρ|Uz|(xxOxD)2 MathType@MTEF@5@5@+=feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbuLwBLnhiov2DGi1BTfMBaeXatLxBI9gBaerbd9wDYLwzYbItLDharqqtubsr4rNCHbGeaGqiVu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=xfr=xb9adbaqaaeGaciGaaiaabeqaamaabaabaaGcbaGaam4uaiaacIcacaWG4bGaaiykaiabg2da9iabgkHiTiaadoeacaaMc8UaeqyWdiNaaGPaVpaaemaabaGaamyvamaaBaaaleaacaWG6baabeaaaOGaay5bSlaawIa7amaabmaabaWaaSaaaeaacaWG4bGaeyOeI0IaamiEamaaBaaaleaacaWGpbaabeaaaOqaaiaadIhadaWgaaWcbaGaamiraaqabaaaaaGccaGLOaGaayzkaaWaaWbaaSqabeaacaaIYaaaaaaa@4E55@

where C is the wave damping coefficient, ρ is the density, UZ MathType@MTEF@5@5@+=feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbuLwBLnhiov2DGi1BTfMBaeXatLxBI9gBaerbd9wDYLwzYbItLDharqqtubsr4rNCHbGeaGqiVu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=xfr=xb9adbaqaaeGaciGaaiaabeqaamaabaabaaGcbaaeaaaaaaaaa8qacaWGvbWdamaaBaaaleaapeGaamOwaaWdaeqaaaaa@3829@ is the velocity component along gravity, x is the local coordinate where the source term is being applied, xD MathType@MTEF@5@5@+=feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbuLwBLnhiov2DGi1BTfMBaeXatLxBI9gBaerbd9wDYLwzYbItLDharqqtubsr4rNCHbGeaGqiVu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=xfr=xb9adbaqaaeGaciGaaiaabeqaamaabaabaaGcbaaeaaaaaaaaa8qacaWG4bWdamaaBaaaleaapeGaamiraaWdaeqaaaaa@3836@ and x0 MathType@MTEF@5@5@+=feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbuLwBLnhiov2DGi1BTfMBaeXatLxBI9gBaerbd9wDYLwzYbItLDharqqtubsr4rNCHbGeaGqiVu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=xfr=xb9adbaqaaeGaciGaaiaabeqaamaabaabaaGcbaaeaaaaaaaaa8qacaWG4bWdamaaBaaaleaapeGaaGimaaWdaeqaaaaa@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.