The FluidCavityPressure object stores the data for initial fluid cavity pressures. The base classregion argument can not be specifed with this object.
The FluidCavityPressure object is derived from the PredefinedField object.
import load mdb.models[name].predefinedFields[name]
This method creates a FluidCavityPressure object.
mdb.models[name].FluidCavityPressure
Required arguments
A String specifying the repository key.
A String specifying the name of a Fluid Cavity Interaction.
A Float specifying the initial fluid pressure.
Optional arguments
Return value
A FluidCavityPressure object.
Exceptions
This method modifies the FluidCavityPressure object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the FluidCavityPressure method, except for the name argument.
Return value
Exceptions
The FluidCavityPressure object has members with the same names and descriptions as the arguments to the FluidCavityPressure method.
In addition, the FluidCavityPressure object can have the following member:
A Region object on which the fluidCavity interaction is specified.