27.38 InwardVolAccel object

The InwardVolAccel object stores the data for an inward volume acceleration acoustic load.

The InwardVolAccel object is derived from the Load object.

Access
import load
mdb.models[name].loads[name]


27.38.1 InwardVolAccel(...)

This method creates a InwardVolAccel object.

Path
mdb.models[name].InwardVolAccel

Required arguments

name

A String specifying the load repository key.

createStepName

A String specifying the name of the step in which the load is created. This must be the name of the first analysis step.

region

A Region object specifying the region to which the load is applied.

magnitude

A Float specifying the load magnitude.

Optional arguments

distributionType

A SymbolicConstant specifying how the load is distributed spatially. Possible values are UNIFORM and FIELD. The default value is UNIFORM.

field

A String specifying the name of the AnalyticalField object associated with this load. The field argument applies only when distributionType=FIELD. The default value is an empty string.

amplitude

A String or the SymbolicConstant UNSET specifying the name of the amplitude reference. UNSET should be used if the load has no amplitude reference. The default value is UNSET. You should provide the amplitude argument only if it is valid for the specified step.

Return value

An InwardVolAccel object.

Exceptions

None.


27.38.2 setValues(...)

This method modifies the data for an existing InwardVolAccel object in the step where it is created.

Required arguments

None.

Optional arguments

The optional arguments to setValues are the same as the arguments to the InwardVolAccel method, except for the name and createStepName arguments.

Return value

None

Exceptions

None.


27.38.3 setValuesInStep(...)

This method modifies the propagating data for an existing InwardVolAccel object in the specified step.

Required argument

stepName

A String specifying the name of the step in which the load is modified.

Optional arguments

magnitude

A Float specifying the load magnitude.

amplitude

A String or a SymbolicConstant specifying the name of the amplitude reference. Possible values for the SymbolicConstant are UNCHANGED and FREED. UNCHANGED should be used if the amplitude is propagated from the previous static analysis step. FREED should be used if the load is changed to have no amplitude reference. You should provide the amplitude argument only if it is valid for the specified step.

Return value

None

Exceptions

None.


27.38.4  Members

The InwardVolAccel object can have the following members:

name

A String specifying the load repository key.

distributionType

A SymbolicConstant specifying how the load is distributed spatially. Possible values are UNIFORM and FIELD. The default value is UNIFORM.

field

A String specifying the name of the AnalyticalField object associated with this load. The field argument applies only when distributionType=FIELD. The default value is an empty string.

region

A Region object specifying the region to which the load is applied.