The AcousticMedium object specifies the acoustic properties of a material.
import material mdb.models[name].materials[name].acousticMedium import odbMaterial session.odbs[name].materials[name].acousticMedium
This method creates an AcousticMedium object.
mdb.models[name].materials[name].AcousticMedium session.odbs[name].materials[name].AcousticMedium
Required arguments
Optional arguments
A Boolean specifying whether the volumetricTable data is specified. The default value is OFF.
A Boolean specifying whether the data in bulkTable depend on temperature. The default value is OFF.
A Boolean specifying whether the data in volumetricTable depend on temperature. The default value is OFF.
An Int specifying the number of field variable dependencies for the data in bulkTable. The default value is 0.
An Int specifying the number of field variable dependencies for the data in volumetricTable. The default value is 0.
A sequence of sequences of Floats specifying the following:
The default value is an empty sequence.
Bulk modulus.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
A sequence of sequences of Floats specifying the following:
The default value is an empty sequence.
Volumetric drag.
Frequency.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
Return value
An AcousticMedium object.
Exceptions
RangeError.
This method modifies the AcousticMedium object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the AcousticMedium method.
Return value
Exceptions
RangeError.
The AcousticMedium object has members with the same names and descriptions as the arguments to the AcousticMedium method.