programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions/Subroutines
visort.f90 File Reference

Orthotropic diffusion velocity computation. More...

Functions/Subroutines

subroutine visort (imvisf, w1, w2, w3, viscf, viscb)
 

Detailed Description

Orthotropic diffusion velocity computation.

Orthotropic diffusion velocity computation viscf,b = viscosity*surface/distance, in kg/s

\[ viscf,b = (nx^2*visc11\_moy\_face + ny^2*visc22\_moy\_face + nz^2*visc33\_moy\_face)*surface/distance \]

The viscosity is given by w1, w2, w3

Remarks
There's no need for a reconstruction technique. (To improve if necessary)

Please refer to the visort section of the theory guide for more informations.

Function/Subroutine Documentation

subroutine visort ( integer  imvisf,
double precision, dimension(ncelet)  w1,
double precision, dimension(ncelet)  w2,
double precision, dimension(ncelet)  w3,
double precision, dimension(nfac)  viscf,
double precision, dimension(nfabor)  viscb 
)