The LatentHeat object specifies a material's latent heat.
materialApi.materials()[name].latentHeat()
This method creates a LatentHeat object.
materialApi.materials()[name].LatentHeat
odb_LatentHeat& LatentHeat(const odb_SequenceSequenceDouble& table);
Required argument
An odb_SequenceSequenceDouble specifying the items described below.
Optional arguments
Table data
Latent heat per unit mass.
Solidus temperature.
Liquidus temperature.
Return value
A LatentHeat object.
Exceptions
RangeError.
The LatentHeat object has members with the same names and descriptions as the arguments to the LatentHeat method.