Processing math: 100%

/EBCS/INLET

Block Format Keyword Define the inlet elementary boundary condition used with /MAT/LAW151.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/EBCS/INLET/form/ebcs_ID/unit_ID
ebcs_title
surf_ID vel_flag                
fct_IDvx Fscalevx fct_IDvy Fscalevy fct_IDvz Fscalevz  
fct_IDvf1 Fscalevf1 fct_IDrho1 Fscalerho1 fct_IDp_e1 Fscalep_e1  
etc etc etc etc etc etc  
fct_IDvfN FscalevfN fct_IDrhoN FscalerhoN fct_IDp_eN Fscalep_eN  

Definition

Field Contents SI Unit Example
form Formulation of INLET boundary condition.
VE
Input density and energy using fct_IDp_e and Fscalep_e
VP
Input density and pressure using fct_IDp_e and Fscalep_e
 
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)

 
vel_flag Velocity type of INLET boundary.
=0 (Default)
Input normal velocity in fct_IDvx and Fscalevx.
=1
Input 3 components of the velocity.

(Integer)

 
fct_IDvx If vel_flag =0, function fVX(t) identifier is the normal velocity.

If vel_flag =1, function fVX(t) identifier for X velocity.

=-1
Velocity is interpolated, based other defined inputs.
=0
VX=FscaleVX .
= n
VX=FscaleVXfVX(t) .

(Integer)

 
Fscalevx If vel_flag =0, normal velocity scale factor

If vel_flag =1, X velocity scale factor

Default = 0.0 (Real)

[ms]
fct_IDvy Function fVY(t) identifier for Y velocity.
=-1
Velocity is interpolated, based other defined inputs.
=0
VY=FscaleVY .
= n
VY=FscaleVYfVY(t) .

(Integer)

 
Fscalevy Y velocity scale factor.

Default = 0 (Real)

[ms]
fct_IDvz Function fVZ(t) identifier for Z velocity.
=-1
Velocity is interpolated, based other defined inputs.
=0
VZ=FscaleVZ .
= n
VZ=FscaleVZfVZ(t) .

(Integer)

 
Fscalevz Z velocity scale factor.

Default = 0 (Real)

[ms]
Repeat the following lines for each /MAT/LAW151 submaterial 1 through N
Field Contents SI Unit Example
fct_IDvf1 Function fvf(t) identifier for volume fraction.
=-1
Volume fraction is interpolated, based other defined inputs.
=0
VolumeFraction=Fscalevf .
= n
Volumefraction=Fscalevffvf(t) .

(Integer)

 
Fscalevf1 Alpha scale factor.

Default = 0 (Real)

 
fct_IDrho1 Function frho(t) identifier for density.
=-1
Density is interpolated, based other defined inputs.
=0
ρ=Fscalerho .
= n
ρ=Fscalerhofrho(t) .

(Integer)

 
Fscalerho1 Density scale factor.

Default = 0 (Real)

[kgm3]
fct_IDp_e1 If form =VE, function identifier for energy, fp_e(t) .

If form =VP, function identifier for pressure fp_e(t) .

=-1
P or E is interpolated, based other defined inputs.
=0
P or E=Fscalep_e .
= n
P or E=Fscalep_efp_e(t) .

(Integer)

 
Fscalep_e1 If form =VE, energy scale factor.

If form =VP, pressure scale factor.

Default = 0 (Real)

[ms]

Comments

  1. Input is general, no prior assumptions are enforced! You must verify that the elementary boundaries are consistent with general assumptions of ALE (equation closure).
  2. Density, pressure, energy are imposed according to a scale factor and a time function. If the function number is 0, the scale factor input is used as a contstant imposed density, pressure or energy.
  3. The INLET boundary condition is only compatible with /MAT/LAW151. Inlet functions for volume fraction, density and pressure (or energy depending on the formulation VP or VE) must be provided for every phase present in the /MAT/LAW151 card.
  4. If the function ID that defines the volume fraction, velocity, density, pressure or energy is equal to -1, the corresponding physical quantity is interpolated from the inside of the domain (zeros normal derivative).