43void bw_fluid_2d(
ComMod& com_mod,
const int eNoNw,
const int eNoNq,
const double w,
const Vector<double>& Nw,
47void bw_fluid_3d(
ComMod& com_mod,
const int eNoNw,
const int eNoNq,
const double w,
const Vector<double>& Nw,
51void construct_fluid(
ComMod& com_mod,
const mshType& lM,
const Array<double>& Ag,
const Array<double>& Yg);
53void fluid_2d_c(
ComMod& com_mod,
const int vmsFlag,
const int eNoNw,
const int eNoNq,
const double w,
const Array<double>& Kxi,
55 const Array<double>& Nwxx,
const Array<double>& al,
const Array<double>& yl,
const Array<double>& bfl,
56 Array<double>& lR,
Array3<double>& lK,
double K_inverse_darcy_permeability);
58void fluid_2d_m(
ComMod& com_mod,
const int vmsFlag,
const int eNoNw,
const int eNoNq,
const double w,
const Array<double>& Kxi,
60 const Array<double>& Nwxx,
const Array<double>& al,
const Array<double>& yl,
const Array<double>& bfl,
61 Array<double>& lR,
Array3<double>& lK,
double K_inverse_darcy_permeability);
63void fluid_3d_c(
ComMod& com_mod,
const int vmsFlag,
const int eNoNw,
const int eNoNq,
const double w,
const Array<double>& Kxi,
65 const Array<double>& Nwxx,
const Array<double>& al,
const Array<double>& yl,
const Array<double>& bfl,
66 Array<double>& lR,
Array3<double>& lK,
double K_inverse_darcy_permeability);
68void fluid_3d_m(
ComMod& com_mod,
const int vmsFlag,
const int eNoNw,
const int eNoNq,
const double w,
const Array<double>& Kxi,
70 const Array<double>& Nwxx,
const Array<double>& al,
const Array<double>& yl,
const Array<double>& bfl,
71 Array<double>& lR,
Array3<double>& lK,
double K_inverse_darcy_permeability);
73void get_viscosity(
const ComMod& com_mod,
const dmnType& lDmn,
double& gamma,
double& mu,
double& mu_s,
double& mu_x);
The Array3 template class implements a simple interface to 3D arrays.
Definition Array3.h:52
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1354
The Vector template class is used for storing int and double data.
Definition Vector.h:50
Domain type is to keep track with element belong to which domain and also different physical quantiti...
Definition ComMod.h:432
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:832