/EBCS/NORMV

Block Format Keyword Describes the elementary boundary condition of imposed normal velocity.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/EBCS/NORMV/ebcs_ID/unit_ID
ebcs_title
surf_ID
C
fct_IDvim Fscalevim
fct_IDrho Fscalerho
fct_IDen Fscaleen
lc r1 r2

Definition

Field Contents SI Unit Example
ebcs_ID Elementary boundary condition identifier.

(Integer, maximum 10 digits)

unit_ID Unit Identifier

(Integer, maximum 10 digits)

ebcs_title Elementary boundary condition title.

(Character, maximum 100 characters)

surf_ID Surface identifier.

(Integer)

C Speed of sound.

Default = 0 (Real)

[ms]
fct_IDvim Function fvim(t) identifier for imposed velocity.
= 0
V=Fscalevim
= n
V=Fscalevimfvim(t)

(Integer)

Fscalevim Imposed velocity.

Default = 0 (Real)

[ms]
fct_IDrho Function frho(t) identifier for density.
= 0
ρ=Fscalerho
= n
ρ=Fscalerhofrho(t)

(Integer)

Fscalerho Density scale factor.

Default = 0 (Real)

[kgm3]
fct_IDen Function fen(t) identifier for energy.
= 0
E=Fscaleen
= n
E=Fscaleenfen(t)

(Integer)

Fscaleen Energy scale factor.

Default = 0 (Real)

[J]
lc Characteristic length.

Default = 0 (Real)

[m]
r1 Linear resistance. 6

Default = 0 (Real)

[kgm2s]
r2 Quadratic resistance. 6

Default = 0 (Real)

[kgm3]

Comments

  1. Input is general, no prior assumptions are enforced! Verify that the elementary boundaries are consistent with general assumptions of ALE (equation closure).
  2. It is not advised to use the Hydrodynamic Bi-material Liquid Gas Law (/MAT/LAW37 (BIPHAS)) with the elementary boundary conditions.
  3. Density, pressure, and energy are imposed according to a scale factor and a time function. If the function number is 0, the imposed density, pressure and energy are used.
  4. This keyword is less tha four or equal to six (non-reflective frontiers (NRF)) using:

    Pt=ρcVnt+c(PP)lc

    Pressure in the far field P is imposed with a function of time. The transient pressure is derived from P , the local velocity field V and the normal of the outlet facet.

    Where, lc is the characteristic length, to compute cutoff frequency fc as:

    fc=c2π.lc

  5. In order to impose a positive velocity fct_IDvim (for instance 15 m/s), you must input -fct_IDvim (for instance -15 m/s).
  6. A resistance pressure is computed and added to the current pressure.
    Pres=r1Vn+r2Vn|Vn|

    It aims at modeling the friction loss due to the valves.