Uses of Class
pulse.problem.statements.TwoTemperatureModel
-
Packages that use TwoTemperatureModel Package Description pulse.problem.schemes.solvers Contains various finite-difference solvers for the different problem statements available.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment. -
-
Uses of TwoTemperatureModel in pulse.problem.schemes.solvers
Methods in pulse.problem.schemes.solvers with parameters of type TwoTemperatureModel Modifier and Type Method Description voidImplicitTwoTemperatureSolver. solve(TwoTemperatureModel problem) -
Uses of TwoTemperatureModel in pulse.problem.statements
Methods in pulse.problem.statements that return TwoTemperatureModel Modifier and Type Method Description TwoTemperatureModelTwoTemperatureModel. copy()Constructors in pulse.problem.statements with parameters of type TwoTemperatureModel Constructor Description TwoTemperatureModel(TwoTemperatureModel p)
-