The JouleHeatFraction object defines the fraction of electric energy released as heat.
materialApi.materials()[name].jouleHeatFraction()
This method creates a JouleHeatFraction object.
materialApi.materials()[name].JouleHeatFraction
odb_JouleHeatFraction& JouleHeatFraction(double fraction);
Required arguments
Optional argument
A Double specifying the fraction of electrical energy released as heat, including any unit conversion factor. Possible values are 0.0
fraction
1.0. The default value is 1.0.
Return value
A JouleHeatFraction object.
Exceptions
RangeError.
The JouleHeatFraction object has members with the same names and descriptions as the arguments to the JouleHeatFraction method.