Stabilization
[Numerical Method]


Variables

double adc = 0.0
double conservativity
double delta = 0.0
double dissipation
int EMPLOYED_STABILIZATION = SUPG_STABILIZATION
double global_bnorm = 1.0
double kinetic_energy
double rho = 0.0
double sigma = 0.0
int STABILIZATION_CHOICE_DELTA = 0
int STABILIZATION_CHOICE_H = 1
int STABILIZATION_CHOICE_NORM = 2


Variable Documentation

double conservativity
 

double kinetic_energy
 

double dissipation
 

int EMPLOYED_STABILIZATION = SUPG_STABILIZATION
 

Stabilization type: SUPG (10), GALS(50), SUBGRID(100), MODGALS(200)

double delta = 0.0
 

SUPG delta

double sigma = 0.0
 

GRAD-DIV tau

double rho = 0.0
 

GALS - pressure

double adc = 0.0
 

ADC stabilization

int STABILIZATION_CHOICE_DELTA = 0
 

Choice of delta_K: default - 0 (equal order), 1000 - special for Taylor-Hood, 2000 - based on STANDARD

int STABILIZATION_CHOICE_NORM = 2
 

Choice of norm(b): default 2 (mean), 1- maximal

int STABILIZATION_CHOICE_H = 1
 

Choice of local h: default - 1 , sqrt(Area) - 3, etc.

double global_bnorm = 1.0
 

Global norm(b)


Generated on Sun May 27 11:59:44 2007 for FEMFLUID by  doxygen 1.4.6