Uses of Package
pulse.problem.laser
-
Packages that use pulse.problem.laser Package Description pulse.input Introduces internal data structures that (a) are created as a result of parsing specific types of input files, such as: experimental heating curves, metadata, and property curves (e.g.pulse.io.readers The main class of this package isReaderManager
.pulse.problem.laser This package deals with discrete laser pulse representation and their various temporal shapes.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. -
Classes in pulse.problem.laser used by pulse.input Class Description NumericPulseData An instance of theAbstractData
class, which also declares anexternalID
.PulseTemporalShape An abstract time-dependent pulse shape. -
Classes in pulse.problem.laser used by pulse.io.readers Class Description NumericPulseData An instance of theAbstractData
class, which also declares anexternalID
. -
Classes in pulse.problem.laser used by pulse.problem.laser Class Description DiscretePulse ADiscretePulse
is an object that acts as a medium between the physicalPulse
and the respectiveDifferenceScheme
used to process the solution of aProblem
.ExponentiallyModifiedGaussian Represents the exponentially modified Gaussian function, which is given by three independent parameters (μ, σ and λ).NumericPulse A numeric pulse is given by a set of discreteNumericPulseData
measured independently using a pulse diode.NumericPulseData An instance of theAbstractData
class, which also declares anexternalID
.PulseTemporalShape An abstract time-dependent pulse shape.TrapezoidalPulse A trapezoidal pulse shape, which combines a rise segment, a constant-power segment, and a fall segment. -
Classes in pulse.problem.laser used by pulse.problem.schemes Class Description DiscretePulse ADiscretePulse
is an object that acts as a medium between the physicalPulse
and the respectiveDifferenceScheme
used to process the solution of aProblem
. -
Classes in pulse.problem.laser used by pulse.problem.statements Class Description DiscretePulse ADiscretePulse
is an object that acts as a medium between the physicalPulse
and the respectiveDifferenceScheme
used to process the solution of aProblem
.PulseTemporalShape An abstract time-dependent pulse shape.