|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.fluids.dynamics.characteristics.QuadraticCharacteristics3D
public class QuadraticCharacteristics3D
This class calculates the values of the different magnitudes cx, cy, cc y cd at the root of the caracteristics for a 3D meshing with a speed field. Tipically these magnitudes correspond with the three speed components x, y and z and with the concentration of a contaminant.
| Constructor Summary | |
|---|---|
QuadraticCharacteristics3D(KernelADFC kadfc,
NavierStokesMesh m,
double deltaT,
boolean contam)
Constructor. |
|
| Method Summary | |
|---|---|
void |
calculate(double[] cxa,
double[] cya,
double[] cza,
double[] cca)
Calculates the values transported by the vectors which are pased as arguments. |
void |
initializeCaches()
Call this method before calculate(). |
void |
setSpeedFields(double[] vxa,
double[] vya,
double[] vza,
double[] vxb,
double[] vyb,
double[] vzb)
Indicatestes the values of the two speed components in each node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuadraticCharacteristics3D(KernelADFC kadfc,
NavierStokesMesh m,
double deltaT,
boolean contam)
kadfc - kernel parent of the current processm - mesh to considerdeltaT - time stepcontam - indicates if the contaminant should be transported or not| Method Detail |
|---|
public void calculate(double[] cxa,
double[] cya,
double[] cza,
double[] cca)
cxa - component x of the speedcya - component y of the speedcza - component z of the speedcca - contaminant concentrationpublic void initializeCaches()
public void setSpeedFields(double[] vxa,
double[] vya,
double[] vza,
double[] vxb,
double[] vyb,
double[] vzb)
vxa - component x of the speed at instant nvya - component y of the speed at instant nvza - component z of the speed at instant nvxb - component x of the speed at instant n-1vyb - component y of the speed at instant n-1vzb - component z of the speed at instant n-1
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||