The Diffusivity object specifies mass diffusivity.
import material mdb.models[name].materials[name].diffusivity import odbMaterial session.odbs[name].materials[name].diffusivity
This method creates a Diffusivity object.
mdb.models[name].materials[name].Diffusivity session.odbs[name].materials[name].Diffusivity
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional arguments
A SymbolicConstant specifying the type of diffusivity. Possible values are ISOTROPIC, ORTHOTROPIC, and ANISOTROPIC. The default value is ISOTROPIC.
A SymbolicConstant specifying the diffusion behavior. Possible values are GENERAL and FICK. The default value is GENERAL.
A Boolean specifying whether the data depend on temperature. The default value is OFF.
An Int specifying the number of field variable dependencies. The default value is 0.
Table data
If type=ISOTROPIC, the table data specify the following:
Diffusivity, .
Concentration, .
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.
.
.
.
Concentration, .
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.
.
.
.
.
.
.
Concentration, .
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
A Diffusivity object.
Exceptions
RangeError.
This method modifies the Diffusivity object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the Diffusivity method.
Return value
Exceptions
RangeError.
The Diffusivity object has members with the same names and descriptions as the arguments to the Diffusivity method.
In addition, the Diffusivity object can have the following members:
A PressureEffect object.
A SoretEffect object.