Defining the Fluid Cavity
You must associate a name with each fluid cavity.
Input File Usage
FLUID CAVITY, NAME=name
Abaqus/CAE Usage
Interaction module: Create Interaction: Fluid cavity, Name: name
Specifying the Cavity Reference Node
Every fluid cavity must have an associated cavity reference node. Along with the fluid cavity name, the reference node is used to identify the fluid cavity. In addition, it may be referenced by fluid exchange and inflator definitions. The reference node should not be connected to any elements in the model.
Input File Usage
FLUID CAVITY, REF NODE=n
Abaqus/CAE Usage
Interaction module: Create Interaction: Fluid cavity: select the fluid cavity reference node
Specifying the Boundary of the Fluid Cavity
The fluid cavity must be completely enclosed by finite elements unless symmetry planes are modeled (see About Surface-Based Fluid Cavities). Surface elements can be used for portions of the cavity surface that are not structural. The boundary of the cavity is specified using an element-based surface covering the elements that surround the cavity with surface normals pointing inward. By default, an error message is issued if the underlying elements of the surface do not have consistent normals. Alternatively, you can skip the consistency checking for the surface normals.
Input File Usage
Use the following option to define the surface with consistent normal checking:
FLUID CAVITY, SURFACE=surface_name, CHECK NORMALS=YES
Use the following option to define the surface without consistent normal checking:
FLUID CAVITY, SURFACE=surface_name, CHECK NORMALS=NO
Abaqus/CAE Usage
Interaction module: Create Interaction: Fluid cavity: select the fluid cavity boundary surface; toggle on or off Check surface normals
Specifying Additional Volume in a Fluid Cavity
An additional volume can be specified for a fluid cavity. The additional volume will be added to the actual volume when the boundary of the cavity is defined by a specified surface. If you do not specify a surface forming the boundary of the fluid cavity, the fluid cavity is assumed to have a fixed volume that is equal to the added volume. In Abaqus/Standard, along with the added volume, the surface forming the boundary of the fluid cavity must be specified.
Input File Usage
FLUID CAVITY, ADDED VOLUME=r
Abaqus/CAE Usage
Specification of additional volume is not supported in Abaqus/CAE.
Specifying the Minimum Volume
When the volume of a fluid cavity is extremely small, transients in an explicit dynamic procedure can cause the volume to go to zero or even negative causing the effective cavity stiffness values to tend to infinity. To avoid numerical problems, you can specify a minimum volume for the fluid in Abaqus/Explicit. If the volume of the cavity (which is equal to the actual volume plus the added volume) drops below the minimum, the minimum value is used to evaluate the fluid pressure.
You can specify the minimum volume either directly or as the initial volume of the fluid cavity. If the latter method is used and the initial volume of the fluid cavity is a negative value, the minimum volume is set equal to zero.
Input File Usage
Use the following option to specify the minimum volume directly:
FLUID CAVITY, MINIMUM VOLUME=minimum volume
Use the following option to specify the minimum volume to be equal to the initial volume:
FLUID CAVITY, MINIMUM VOLUME=INITIAL VOLUME
Abaqus/CAE Usage
Specification of a minimum volume is not supported in Abaqus/CAE.