Uses of Class
pulse.problem.statements.model.ThermalProperties
-
Packages that use ThermalProperties Package Description pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment.pulse.problem.statements.model -
-
Uses of ThermalProperties in pulse.problem.statements
Methods in pulse.problem.statements that return ThermalProperties Modifier and Type Method Description ThermalPropertiesProblem. getProperties()Methods in pulse.problem.statements with parameters of type ThermalProperties Modifier and Type Method Description voidClassicalProblem. initProperties(ThermalProperties properties)voidClassicalProblem2D. initProperties(ThermalProperties properties)voidDiathermicMedium. initProperties(ThermalProperties properties)voidParticipatingMedium. initProperties(ThermalProperties properties)abstract voidProblem. initProperties(ThermalProperties properties)voidTwoTemperatureModel. initProperties(ThermalProperties properties)voidProblem. setProperties(ThermalProperties properties) -
Uses of ThermalProperties in pulse.problem.statements.model
Subclasses of ThermalProperties in pulse.problem.statements.model Modifier and Type Class Description classDiathermicPropertiesclassExtendedThermalPropertiesclassThermoOpticalPropertiesclassTwoTemperaturePropertiesMethods in pulse.problem.statements.model that return ThermalProperties Modifier and Type Method Description ThermalPropertiesDiathermicProperties. copy()ThermalPropertiesExtendedThermalProperties. copy()ThermalPropertiesThermalProperties. copy()ThermalPropertiesThermoOpticalProperties. copy()ThermalPropertiesTwoTemperatureProperties. copy()Constructors in pulse.problem.statements.model with parameters of type ThermalProperties Constructor Description DiathermicProperties(ThermalProperties p)ExtendedThermalProperties(ThermalProperties sdd)ThermalProperties(ThermalProperties p)ThermoOpticalProperties(ThermalProperties p)TwoTemperatureProperties(ThermalProperties p)
-