Uses of Class
pulse.problem.statements.model.AbsorptionModel
-
Packages that use AbsorptionModel Package Description pulse.problem.schemes This package deals with abstractions associated with finite differences in PULsE, including the definition ofGrid
s, which determine the partitioning rules for space and time variables.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment.pulse.problem.statements.model -
-
Uses of AbsorptionModel in pulse.problem.schemes
Methods in pulse.problem.schemes with parameters of type AbsorptionModel Modifier and Type Method Description static double
DistributedDetection. evaluateSignal(AbsorptionModel absorption, Grid grid, double[] V)
Calculates the effective signal registered by the detector, which takes into account a distributed emission pattern. -
Uses of AbsorptionModel in pulse.problem.statements
Methods in pulse.problem.statements that return AbsorptionModel Modifier and Type Method Description AbsorptionModel
PenetrationProblem. getAbsorptionModel()
Methods in pulse.problem.statements that return types with arguments of type AbsorptionModel Modifier and Type Method Description InstanceDescriptor<AbsorptionModel>
PenetrationProblem. getAbsorptionSelector()
Methods in pulse.problem.statements with parameters of type AbsorptionModel Modifier and Type Method Description void
PenetrationProblem. setAbsorptionModel(AbsorptionModel model)
-
Uses of AbsorptionModel in pulse.problem.statements.model
Subclasses of AbsorptionModel in pulse.problem.statements.model Modifier and Type Class Description class
BeerLambertAbsorption
class
Insulator
Methods in pulse.problem.statements.model that return AbsorptionModel Modifier and Type Method Description abstract AbsorptionModel
AbsorptionModel. copy()
AbsorptionModel
BeerLambertAbsorption. copy()
AbsorptionModel
Insulator. copy()
Constructors in pulse.problem.statements.model with parameters of type AbsorptionModel Constructor Description AbsorptionModel(AbsorptionModel c)
BeerLambertAbsorption(AbsorptionModel m)
Insulator(AbsorptionModel m)
-