User subroutines for additional right-hand side source terms.
More...
|
subroutine | ustsnv (nvar, nscal, ncepdp, ncesmp, ivar, icepdc, icetsm, itypsm, dt, ckupdc, smacel, crvexp, crvimp) |
| Additional right-hand side source terms for velocity components equation (Navier-Stokes) More...
|
|
subroutine | ustssc (nvar, nscal, ncepdp, ncesmp, iscal, icepdc, icetsm, itypsm, dt, ckupdc, smacel, crvexp, crvimp) |
| Additional right-hand side source terms for scalar equations (user scalars and specific physics scalars). More...
|
|
subroutine | ustsvv (nvar, nscal, ncepdp, ncesmp, iscal, icepdc, icetsm, itypsm, dt, ckupdc, smacel, crvexp, crvimp) |
| Additional right-hand side source terms for vectorial equations (user vectors and specific physics vectors). More...
|
|
◆ ustsnv()
subroutine ustsnv |
( |
integer |
nvar, |
|
|
integer |
nscal, |
|
|
integer |
ncepdp, |
|
|
integer |
ncesmp, |
|
|
integer |
ivar, |
|
|
integer, dimension(ncepdp) |
icepdc, |
|
|
integer, dimension(ncesmp) |
icetsm, |
|
|
integer, dimension(ncesmp,nvar) |
itypsm, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(6,ncepdp) |
ckupdc, |
|
|
double precision, dimension(ncesmp,nvar) |
smacel, |
|
|
double precision, dimension(3,ncelet) |
crvexp, |
|
|
double precision, dimension(3,3,ncelet) |
crvimp |
|
) |
| |
Additional right-hand side source terms for velocity components equation (Navier-Stokes)
- Deprecated:
- Use cs_user_source_terms instead.
- Parameters
-
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | ncepdp | number of cells with head loss terms |
[in] | ncesmp | number of cells with mass source terms |
[in] | ivar | index number of the current variable |
[in] | icepdc | index number of cells with head loss terms |
[in] | icetsm | index number of cells with mass source terms |
[in] | itypsm | type of mass source term for each variable |
[in] | dt | time step (per cell) |
[in] | ckupdc | head loss coefficient |
[in] | smacel | value associated to each variable in the mass source terms or mass rate |
[out] | crvexp | explicit part of the source term |
[out] | crvimp | implicit part of the source term |
◆ ustssc()
subroutine ustssc |
( |
integer |
nvar, |
|
|
integer |
nscal, |
|
|
integer |
ncepdp, |
|
|
integer |
ncesmp, |
|
|
integer |
iscal, |
|
|
integer, dimension(ncepdp) |
icepdc, |
|
|
integer, dimension(ncesmp) |
icetsm, |
|
|
integer, dimension(ncesmp,nvar) |
itypsm, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(6,ncepdp) |
ckupdc, |
|
|
double precision, dimension(ncesmp,nvar) |
smacel, |
|
|
double precision, dimension(ncelet) |
crvexp, |
|
|
double precision, dimension(ncelet) |
crvimp |
|
) |
| |
Additional right-hand side source terms for scalar equations (user scalars and specific physics scalars).
- Deprecated:
- Use cs_user_source_terms instead.
- Parameters
-
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | ncepdp | number of cells with head loss terms |
[in] | ncesmp | number of cells with mass source terms |
[in] | iscal | index number of the current scalar |
[in] | icepdc | index number of cells with head loss terms |
[in] | icetsm | index number of cells with mass source terms |
[in] | itypsm | type of mass source term for each variable |
[in] | dt | time step (per cell) |
[in] | ckupdc | head loss coefficient |
[in] | smacel | value associated to each variable in the mass |
[in] | source | terms or mass rate |
[out] | crvexp | explicit part of the source term |
[out] | crvimp | implicit part of the source term |
◆ ustsvv()
subroutine ustsvv |
( |
integer |
nvar, |
|
|
integer |
nscal, |
|
|
integer |
ncepdp, |
|
|
integer |
ncesmp, |
|
|
integer |
iscal, |
|
|
integer, dimension(ncepdp) |
icepdc, |
|
|
integer, dimension(ncesmp) |
icetsm, |
|
|
integer, dimension(ncesmp,nvar) |
itypsm, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(6,ncepdp) |
ckupdc, |
|
|
double precision, dimension(ncesmp,nvar) |
smacel, |
|
|
double precision, dimension(3,ncelet) |
crvexp, |
|
|
double precision, dimension(3,3,ncelet) |
crvimp |
|
) |
| |
Additional right-hand side source terms for vectorial equations (user vectors and specific physics vectors).
- Deprecated:
- Use cs_user_source_terms instead.
- Parameters
-
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | ncepdp | number of cells with head loss terms |
[in] | ncesmp | number of cells with mass source terms |
[in] | iscal | index number of the current scalar |
[in] | icepdc | index number of cells with head loss terms |
[in] | icetsm | index number of cells with mass source terms |
[in] | itypsm | type of mass source term for each variable |
[in] | dt | time step (per cell) |
[in] | ckupdc | head loss coefficient |
[in] | smacel | value associated to each variable in the mass |
[in] | source | terms or mass rate |
[out] | crvexp | explicit part of the source term |
[out] | crvimp | implicit part of the source term |