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 ofGrids, 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 voidRadiativeTransferCoupling. 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 voidRadiativeTransferSolver. init(ParticipatingMedium p, Grid grid)Retrieves the parameters frompandgridneeded 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 voidDiscreteOrdinatesMethod. 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 theproblemobject. -
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 voidNonscatteringRadiativeTransfer. 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 voidExplicitCoupledSolver. solve(ParticipatingMedium problem)voidImplicitCoupledSolver. solve(ParticipatingMedium problem)voidMixedCoupledSolver. 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)
-