spis.Surf.SurfDistrib
Class LocalMaxwellSurfDistribWithMachNotOperational
java.lang.Object
spis.Surf.SurfDistrib.SurfDistrib
spis.Surf.SurfDistrib.NonPICSurfDistrib
spis.Surf.SurfDistrib.FluidSurfDistrib
spis.Surf.SurfDistrib.LocalMaxwellSurfDistrib
spis.Surf.SurfDistrib.LocalMaxwellSurfDistribWithMachNotOperational
- public class LocalMaxwellSurfDistribWithMachNotOperational
- extends LocalMaxwellSurfDistrib
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 |
- Version:
- 0.1
- Author:
- JF Roussel
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalMaxwellSurfDistribWithMachNotOperational
public LocalMaxwellSurfDistribWithMachNotOperational(SurfMesh sm,
ScalSurfField flux,
ScalSurfField temperature,
ScalSurfField mach_,
LocalMaxwellSurfSampler sampler)
- Default constructor
- Parameters:
sm
- flux
- temperature
- mach_
- sampler
-
LocalMaxwellSurfDistribWithMachNotOperational
public LocalMaxwellSurfDistribWithMachNotOperational(GlobalParameter[] globalParams,
LocalParameter[] localParams,
java.lang.String option,
SurfMesh sm,
java.lang.Integer sourceId)
- Parameters:
globalParams
- localParams
- option
- sm
- sourceId
-