Uses of Class
pulse.problem.laser.DiscretePulse
-
Packages that use DiscretePulse Package Description 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. -
-
Uses of DiscretePulse in pulse.problem.laser
Subclasses of DiscretePulse in pulse.problem.laser Modifier and Type Class Description class
DiscretePulse2D
The discrete pulse on aGrid2D
.Methods in pulse.problem.laser with parameters of type DiscretePulse Modifier and Type Method Description void
NumericPulse. init(ExperimentalData data, DiscretePulse pulse)
Defines the pulse width as the last element of the time sequence contained inNumericPulseData
.void
PulseTemporalShape. init(ExperimentalData data, DiscretePulse pulse)
Stores the pulse width frompulse
and initialises area integration. -
Uses of DiscretePulse in pulse.problem.schemes
Methods in pulse.problem.schemes that return DiscretePulse Modifier and Type Method Description DiscretePulse
DifferenceScheme. getDiscretePulse()
Gets the discrete representation ofPulse
on theGrid
.Methods in pulse.problem.schemes with parameters of type DiscretePulse Modifier and Type Method Description void
Grid2D. adjustStepSize(DiscretePulse pulse)
Calls theadjustTo
method from superclass, then adjusts thegridDensity
of thegrid
ifdiscretePulseSpot < (Grid2D)grid.hy
. -
Uses of DiscretePulse in pulse.problem.statements
Methods in pulse.problem.statements that return DiscretePulse Modifier and Type Method Description DiscretePulse
ClassicalProblem2D. discretePulseOn(Grid grid)
DiscretePulse
Problem. discretePulseOn(Grid grid)
Constructs aDiscretePulse
on the specifiedgrid
using thePulse
corresponding to thisProblem
.
-