|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Surf.SurfDistrib.SurfDistrib
spis.Surf.SurfDistrib.NonPICSurfDistrib
spis.Surf.SurfDistrib.FluidSurfDistrib
spis.Surf.SurfDistrib.LocalMaxwellSurfDistrib
spis.Surf.SurfDistrib.LocalMaxwellSurfDistribWithMachNotOperational
Class Name : LocalMaxwellSurfDistribWithMachNotOperational
Project ref : SPIS project
File name : LocalMaxwellSurfDistribWithMachNotOperational.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : Jul 7, 2004
Modification :
Description : a local Maxwell surface distribution based on a Maxwell volume
distribution with non-zero Mach, contrarily to LocalMaxwellSurfDistrib,
based on a Maxwellian at rest (hence a Lambertian cosine distribution for
the surface distribution, i.e. the flux).
The mean velocity vector is assumed parallel to the surface normal,
its norm is derived from thermal velocity through Mach number:
M = mean_velo / sqrt(kT/m)
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
Field Summary | |
protected ScalSurfField |
mach
local Mach number |
Fields inherited from class spis.Surf.SurfDistrib.LocalMaxwellSurfDistrib |
temp |
Fields inherited from class spis.Surf.SurfDistrib.FluidSurfDistrib |
flux |
Fields inherited from class spis.Surf.SurfDistrib.NonPICSurfDistrib |
part, sampler |
Fields inherited from class spis.Surf.SurfDistrib.SurfDistrib |
from, sm, to |
Constructor Summary | |
LocalMaxwellSurfDistribWithMachNotOperational(GlobalParameter[] globalParams,
LocalParameter[] localParams,
java.lang.String option,
SurfMesh sm,
java.lang.Integer sourceId)
|
|
LocalMaxwellSurfDistribWithMachNotOperational(SurfMesh sm,
ScalSurfField flux,
ScalSurfField temperature,
ScalSurfField mach_,
LocalMaxwellSurfSampler sampler)
Default constructor |
Methods inherited from class spis.Surf.SurfDistrib.LocalMaxwellSurfDistrib |
assessTypicalVelo, getMoment, getTemp, map, sample, setTemp |
Methods inherited from class spis.Surf.SurfDistrib.FluidSurfDistrib |
getFlux, setFlux |
Methods inherited from class spis.Surf.SurfDistrib.NonPICSurfDistrib |
assesMinTimeToCrossOneCell, getMoment, getPart, getSample, getSampler, setPart, setSampler |
Methods inherited from class spis.Surf.SurfDistrib.SurfDistrib |
checkMomentConsistentWithOrder, getFrom, getMoment, getMoment, getMoment, getMoment, getSm, getTo, setFrom, setTo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ScalSurfField mach
Constructor Detail |
public LocalMaxwellSurfDistribWithMachNotOperational(SurfMesh sm, ScalSurfField flux, ScalSurfField temperature, ScalSurfField mach_, LocalMaxwellSurfSampler sampler)
sm
- flux
- temperature
- mach_
- sampler
- public LocalMaxwellSurfDistribWithMachNotOperational(GlobalParameter[] globalParams, LocalParameter[] localParams, java.lang.String option, SurfMesh sm, java.lang.Integer sourceId)
globalParams
- localParams
- option
- sm
- sourceId
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |