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 ThermalProperties
Problem. getProperties()
Methods in pulse.problem.statements with parameters of type ThermalProperties Modifier and Type Method Description void
ClassicalProblem. initProperties(ThermalProperties properties)
void
ClassicalProblem2D. initProperties(ThermalProperties properties)
void
DiathermicMedium. initProperties(ThermalProperties properties)
void
ParticipatingMedium. initProperties(ThermalProperties properties)
abstract void
Problem. initProperties(ThermalProperties properties)
void
TwoTemperatureModel. initProperties(ThermalProperties properties)
void
Problem. setProperties(ThermalProperties properties)
-
Uses of ThermalProperties in pulse.problem.statements.model
Subclasses of ThermalProperties in pulse.problem.statements.model Modifier and Type Class Description class
DiathermicProperties
class
ExtendedThermalProperties
class
ThermoOpticalProperties
class
TwoTemperatureProperties
Methods in pulse.problem.statements.model that return ThermalProperties Modifier and Type Method Description ThermalProperties
DiathermicProperties. copy()
ThermalProperties
ExtendedThermalProperties. copy()
ThermalProperties
ThermalProperties. copy()
ThermalProperties
ThermoOpticalProperties. copy()
ThermalProperties
TwoTemperatureProperties. 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)
-