Uses of Class
pulse.problem.laser.PulseTemporalShape
-
Packages that use PulseTemporalShape 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.problem.laser This package deals with discrete laser pulse representation and their various temporal shapes.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment. -
-
Uses of PulseTemporalShape in pulse.input
Methods in pulse.input that return types with arguments of type PulseTemporalShape Modifier and Type Method Description InstanceDescriptor<? extends PulseTemporalShape>
Metadata. getPulseDescriptor()
Retrieves the pulse shape recorded in thisMetadata
-
Uses of PulseTemporalShape in pulse.problem.laser
Subclasses of PulseTemporalShape in pulse.problem.laser Modifier and Type Class Description class
ExponentiallyModifiedGaussian
Represents the exponentially modified Gaussian function, which is given by three independent parameters (μ, σ and λ).class
NumericPulse
A numeric pulse is given by a set of discreteNumericPulseData
measured independently using a pulse diode.class
RectangularPulse
The simplest pulse shape defined as , where is the signum function, pulse is the pulse width.class
TrapezoidalPulse
A trapezoidal pulse shape, which combines a rise segment, a constant-power segment, and a fall segment.Methods in pulse.problem.laser that return PulseTemporalShape Modifier and Type Method Description PulseTemporalShape
ExponentiallyModifiedGaussian. copy()
PulseTemporalShape
NumericPulse. copy()
abstract PulseTemporalShape
PulseTemporalShape. copy()
PulseTemporalShape
RectangularPulse. copy()
PulseTemporalShape
TrapezoidalPulse. copy()
Constructors in pulse.problem.laser with parameters of type PulseTemporalShape Constructor Description PulseTemporalShape(PulseTemporalShape another)
-
Uses of PulseTemporalShape in pulse.problem.statements
Methods in pulse.problem.statements that return PulseTemporalShape Modifier and Type Method Description PulseTemporalShape
Pulse. getPulseShape()
Methods in pulse.problem.statements that return types with arguments of type PulseTemporalShape Modifier and Type Method Description InstanceDescriptor<? extends PulseTemporalShape>
Pulse. getPulseDescriptor()
Methods in pulse.problem.statements with parameters of type PulseTemporalShape Modifier and Type Method Description void
Pulse. setPulseShape(PulseTemporalShape pulseShape)
Method parameters in pulse.problem.statements with type arguments of type PulseTemporalShape Modifier and Type Method Description void
Pulse. setPulseDescriptor(InstanceDescriptor<? extends PulseTemporalShape> shapeDescriptor)
-