/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.
|
|
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.
(Integer) |
|
fct_IDvx | If
vel_flag =0, function
identifier is the normal
velocity. If vel_flag =1, function identifier for X velocity.
(Integer) |
|
Fscalevx | If
vel_flag =0, normal velocity
scale factor If vel_flag =1, X velocity scale factor Default = 0.0 (Real) |
|
fct_IDvy | Function
identifier for Y velocity.
(Integer) |
|
Fscalevy | Y velocity scale
factor. Default = 0 (Real) |
|
fct_IDvz | Function
identifier for Z velocity.
(Integer) |
|
Fscalevz | Z velocity scale
factor. Default = 0 (Real) |
Field | Contents | SI Unit Example |
---|---|---|
fct_IDvf1 | Function
identifier for volume fraction.
(Integer) |
|
Fscalevf1 | Alpha scale
factor. Default = 0 (Real) |
|
fct_IDrho1 | Function
identifier for density.
(Integer) |
|
Fscalerho1 | Density scale
factor. Default = 0 (Real) |
|
fct_IDp_e1 | If
form =VE, function
identifier for energy,
. If form =VP, function identifier for pressure .
(Integer) |
|
Fscalep_e1 | If
form =VE, energy scale
factor. If form =VP, pressure scale factor. Default = 0 (Real) |
Comments
- Input is general, no prior assumptions are enforced! You must verify that the elementary boundaries are consistent with general assumptions of ALE (equation closure).
- 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.
- 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.
- 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).