Uses of Class
pulse.problem.statements.ParticipatingMedium
-
Packages that use ParticipatingMedium 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.schemes.rte Contains generic classes that act as a bridge between the specific implementation of radiative heat transfer and the heat problem solvers.pulse.problem.schemes.rte.dom Contains the implementation of the discrete ordinates method (DOM) for the solution of a anisotropic nonlinear radiative transfer equation.pulse.problem.schemes.rte.exact Contains classes for solving the radiative transfer equation in an absorbing-emitting medium (no scattering) using a semi-analytical approach.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 ParticipatingMedium in pulse.problem.schemes
Methods in pulse.problem.schemes with parameters of type ParticipatingMedium Modifier and Type Method Description void
RadiativeTransferCoupling. init(ParticipatingMedium problem, Grid grid)
-
Uses of ParticipatingMedium in pulse.problem.schemes.rte
Methods in pulse.problem.schemes.rte with parameters of type ParticipatingMedium Modifier and Type Method Description void
RadiativeTransferSolver. init(ParticipatingMedium p, Grid grid)
Retrieves the parameters fromp
andgrid
needed to run the calculations.Resets the flux arrays. -
Uses of ParticipatingMedium in pulse.problem.schemes.rte.dom
Methods in pulse.problem.schemes.rte.dom with parameters of type ParticipatingMedium Modifier and Type Method Description void
DiscreteOrdinatesMethod. init(ParticipatingMedium problem, Grid grid)
Constructors in pulse.problem.schemes.rte.dom with parameters of type ParticipatingMedium Constructor Description DiscreteOrdinatesMethod(ParticipatingMedium problem, Grid grid)
Constructs a discrete ordinates solver using the parameters (emissivity, scattering albedo and optical thickness) declared by theproblem
object. -
Uses of ParticipatingMedium in pulse.problem.schemes.rte.exact
Methods in pulse.problem.schemes.rte.exact with parameters of type ParticipatingMedium Modifier and Type Method Description void
NonscatteringRadiativeTransfer. init(ParticipatingMedium p, Grid grid)
Constructors in pulse.problem.schemes.rte.exact with parameters of type ParticipatingMedium Constructor Description NonscatteringAnalyticalDerivatives(ParticipatingMedium problem, Grid grid)
NonscatteringDiscreteDerivatives(ParticipatingMedium problem, Grid grid)
NonscatteringRadiativeTransfer(ParticipatingMedium problem, Grid grid)
-
Uses of ParticipatingMedium in pulse.problem.schemes.solvers
Methods in pulse.problem.schemes.solvers with parameters of type ParticipatingMedium Modifier and Type Method Description void
ExplicitCoupledSolver. solve(ParticipatingMedium problem)
void
ImplicitCoupledSolver. solve(ParticipatingMedium problem)
void
MixedCoupledSolver. solve(ParticipatingMedium problem)
-
Uses of ParticipatingMedium in pulse.problem.statements
Constructors in pulse.problem.statements with parameters of type ParticipatingMedium Constructor Description ParticipatingMedium(ParticipatingMedium p)
-