The FluidInletOutletBCState object stores the propagating data of a fluid inlet/outlet boundary condition in a step. One instance of this object is created internally by the FluidInletOutletBC object for each step. The instance is also deleted internally by the FluidInletOutletBC object.
The FluidInletOutletBCState object has no constructor or methods.
The FluidInletOutletBCState object is derived from the BoundaryConditionState object.
import load mdb.models[name].steps[name].boundaryConditionStates[name]
The FluidInletOutletBCState object has the following members:
A SymbolicConstant specifying the type of boundary condition defined on momentum equation. Possible values are NONE, PRESSURE, and VELOCITY. The default value is NONE.
None or a Float specifying the pressure magnitude. The default value is None.
None or a Float specifying the velocity component in the 1-direction of the global coordinate system. The default value is None.
None or a Float specifying the velocity component in the 2-direction of the global coordinate system. The default value is None.
None or a Float specifying the velocity component in the 3-direction of the global coordinate system. The default value is None.
None or a String specifying the name of the amplitude reference that gives the variation of the boundary condition values with time on momentum equation. The default value is NONE.
None or a Float specifying the temperature magnitude. The default value is None.
None or a String specifying the name of the amplitude reference that gives the variation of the temperature with time. The default value is NONE.
None or a Float specifying the kinetic energy magnitude. The default value is None.
None or a String specifying the name of the amplitude reference that gives the variation of the kinetic energy with time. The default value is NONE.
None or a Float specifying the dissipation rate magnitude. The default value is None.
None or a String specifying the name of the amplitude reference that gives the variation of the dissipation rate with time. The default value is NONE.
None or a Float specifying the eddy viscosity magnitude. The default value is None.
None or a String specifying the name of the amplitude reference that gives the variation of the eddy viscosity with time. The default value is NONE.
A SymbolicConstant specifying the propagation state of the momentumType member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the pressure member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the v1 member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the v2 member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the v3 member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the momentumAmplitude member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the temperature member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the temperatureAmplitude member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the kineticEnergy member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the kineticEnergyAmplitude member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the dissipationRate member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the dissipationRateAmplitude member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the eddyViscosity member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the eddyViscosityAmplitude member. Possible values are UNSET, SET, UNCHANGED, and FREED.
A SymbolicConstant specifying the propagation state of the amplitude reference. Possible values are UNSET, SET, UNCHANGED, FREED, and MODIFIED.
A SymbolicConstant specifying the propagation state of the BoundaryConditionState object. Possible values are:
NOT_YET_ACTIVE
CREATED
PROPAGATED
MODIFIED
DEACTIVATED
NO_LONGER_ACTIVE
TYPE_NOT_APPLICABLE
INSTANCE_NOT_APPLICABLE
PROPAGATED_FROM_BASE_STATE
MODIFIED_FROM_BASE_STATE
DEACTIVATED_FROM_BASE_STATE
BUILT_INTO_MODES
A String specifying the name of the amplitude reference. The String is empty if the boundary condition has no amplitude reference.
*DSLOAD, TYPE=ACCELERATION (load type label: P, TEMP, TURBNU, VELX, VELY, or VELZ) |