/SPH/INOUT

Block Format Keyword Describes the SPH inlet/outlet conditions.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/SPH/INOUT/condition_ID
condition_name
Ityp part_ID surf_ID Dist node_ID1 node_ID2 node_ID3 Fcut
Input read only if surf_ID = 0, node_ID1 = 0, node_ID2 = 0 and node_ID3 = 0 22 23 24
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
XM YM ZM        
XM1 YM1 ZM1        
XM2 YM2 ZM2        
Ityp =1 - General Inlet 12 through 16
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
fct_IDr Fscaler       fct_IDE FscaleE  
fct_IDVn                  
Ityp =2 - General Outlet 17 18 19
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
      fct_IDP FscaleP        
Blank Format
Ityp =3 - Non-Reflective Frontiers (NRF) 19 20 21
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
      fct_IDP FscaleP l c    
Blank Format

Definition

Field Contents SI Unit Example
condition_ID Inlet/Outlet condition identifier.

(Integer, maximum 10 digits)

 
condition_name Inlet/Outlet condition name.

(Character, maximum 100 characters)

 
Ityp Condition type. 22 24
=1
General inlet. the surface must be meshed, only a surface ID can be input.
=2
General outlet
=3
Non-reflective frontiers (NRF)
=4
Control section. Control tool, only used for mass flux measurement.

(Integer)

 
part_ID Part identifier is used in order to define the SPH particles concerned by the condition.

(Integer)

 
surf_ID Surface identifier.

(Integer)

 
Dist Distance from the surface for particle control.

(Real)

[ m ]
node_ID1 Optional ID of node 1 (Itype ≠ 1).

(Integer)

 
node_ID2 Optional ID of node 2 (Itype ≠ 1).

(Integer)

 
node_ID3 Optional ID of node 3 (Itype ≠ 1).

(Integer)

 
Fcut Optional Cutoff frequency (Itype ≠ 1).

Default = 0 (Real)

 
XM Optional X coordinate of M (Itype ≠ 1).

(Real)

 
YM Optional Y coordinate of M (Itype ≠ 1).

(Real)

 
ZM Optional Z coordinate of M (Itype ≠ 1).

(Real)

 
XM1 Optional X coordinate of M1 (Itype ≠ 1).

(Real)

 
YM1 Optional Y coordinate of M1 (Itype ≠ 1).

(Real)

 
ZM1 Optional Z coordinate of M1 (Itype ≠ 1).

(Real)

 
XM2 Optional X coordinate of M2 (Itype ≠ 1).

(Real)

 
YM2 Optional Y coordinate of M2 (Itype ≠ 1).

(Real)

 
ZM2 Optional Z coordinate of M2 (Itype ≠ 1).

(Real)

 
fct_IDr Function fr(t) identifier for density.

(Integer)

 
Fscaler Density scale factor.

Default = 0.0 (Real)

[ kg m 3 ]
fct_IDE Function fE(t) identifier for energy.

(Integer)

 
FscaleE Energy per volume unit scale factor.

Default = 0.0 (Real)

[ J m 3 ]
fct_IDVn Function fVn(t) identifier for velocity in normal direction.

(Integer)

 
fct_IDP Function fP(t) identifier for pressure.

(Integer)

 
FscaleP Pressure scale factor.

Default = 1.0 (Real)

[ Pa ]
l c Characteristic length. 21

(Real)

[ m ]

Comments

  1. The surface segments must be orientated so that their normal vectors point towards the interior of the domain.
  2. The surface must be fixed.
  3. In the case of an inlet condition, the condition enters particles belonging to its related part, as long as inactive particles are available for this part. The behavior of the particles belonging to the part which is associated with the condition is set with respect to the condition characteristics for all particles located on the positive side of the surface, within the distance Dist from the inlet surface.
  4. In the case of an outlet condition, the behavior of the particles belonging to the part associated with the condition is set with respect to the condition characteristics for all particles located on the negative side of the surface, within the distance Dist from the outlet surface. Such a particle is deactivated if it does not interact with any non-outgoing particle.
  5. A particle deactivated by an outlet condition can be re-used by an inlet condition acting on the same part for incoming.
  6. If using outlets, order = -1 is recommended in the relative SPH property.
  7. In the case of an outlet, the initial mesh must be created at a distance of up to 2h from the outlet surface (where h is the smoothing length in the relative property).
    In the case of inlet or outlet, the distance must be large enough, in order to control incoming or outgoing particles within at least a distance of 2h.

    Image17
    Figure 1. Inlet Conditions Organization Overview
    Figure 2. Outlet Conditions Organization Overview
  8. The domains defined by two inlet/outlet surfaces and distances must not overlap.
  9. It is recommended to initially define and control the particles at both inlets and outlets to more than twice the particle smoothing length.
  10. The inlet/outlet conditions option is allowed for the SPMD parallel version. However, parallel arithmetic (the same numerical results are obtained regardless of the number of processors) is not guaranteed for inlet conditions.
  11. Each incoming particle belonging to the part related to the condition receives the same mass mp (defined in the geometric property attached to the part).
    A particle belonging to this part is entered in the center of a surface segment at each time t such that:(1)
    m p t l a s t t ρ ( t ) S i v ( t ) d t
    Where,
    Si
    Area of the segment
    ρ ( t ) and v ( t )
    The density and velocity of the incoming matier (Lines 2 and 3)
    tlast
    Time at last incoming through this segment

    It is recommended to use a regular surface mesh.

  12. If inactive particles belonging to this part are not available for incoming, the program stops and you should provide a larger set of inactive particles for this part.
  13. If a particle belonging to the part related to the condition is located on the positive side of the surface within the Dist, its velocity is set with respect to the data specified in Line 5.
  14. If fct_IDr = 0, the density of the incoming particles is set to: (2)
    ρ a = F s c a l e r
    otherwise,(3)
    ρ a = F s c a l e r f r ( t )
  15. If fct_IDE = 0, the energy per volume unit of the incoming particles is set to E a = F s c a l e E ,
    otherwise,(4)
    E a = F s c a l e E f E ( t )
  16. If a particle belonging to the part which is related to the condition is located on the negative side of the surface within the Dist, its internal pressure is set with respect to the data specified in Line 6.
  17. If the particle does not interact with any non-outgoing particle, the particle is deactivated.
  18. If fct_IDP = 0, the internal pressure of the outgoing particles is set to the internal pressure of the closest particle is located above the outlet surface,
    otherwise it is set to(5)
    F s c a l e P f P ( t )
  19. If a particle belonging to the part related to the condition is located on the negative side of the surface within the Dist, its internal pressure is set with respect to the equation:
    (6)
    P t = ρ c V n t + c ( P P ) 2 l c
  20. If fct_IDP = 0, the pressure in the far field P is set to FscaleP,

    otherwise it is set to FscaleP fP(t).

  21. l c is the characteristic length, which allows to compute cutoff frequency f c as:
    (7)
    f c = c 4 π l c
  22. If Itype = 2, 3 or 4, the surface can be defined by a meshed surface (surf_ID > 0), by 3 nodes (node_ID1 > 0, node_ID2 > 0 and node_ID3 > 0) or by the coordinates of 3 nodes (M, M1 and M2).

    sect_paral
    Figure 3.
  23. If Itype = 2, 3 or 4 and if the surface is defined by 3 coordinates, then the surface will be fixed. If the surface is defined by a surface ID or by 3 nodes, the surface will move according to the displacement of the shell elements or nodes.
  24. If Itype = 2, 3 or 4, a computation of the total mass crossing the surface is automatically performed and can be plotted using /TH/SPH_FLOW.