Go to the source code of this file.
|
subroutine | coef (S3D_IVIDE, S3D_EPAI, TRA01, S3D_NPFMAX, IMAX, NDEB, S3D_RHOS, GRAV, S3D_DTC, DSIG1) |
|
◆ coef()
subroutine coef |
( |
double precision, dimension(s3d_npfmax), intent(in) |
S3D_IVIDE, |
|
|
double precision, dimension(s3d_npfmax-1), intent(in) |
S3D_EPAI, |
|
|
double precision, dimension(s3d_npfmax,6), intent(inout) |
TRA01, |
|
|
integer, intent(in) |
S3D_NPFMAX, |
|
|
integer, intent(in) |
IMAX, |
|
|
integer, intent(in) |
NDEB, |
|
|
double precision, intent(in) |
S3D_RHOS, |
|
|
double precision, intent(in) |
GRAV, |
|
|
double precision, intent(in) |
S3D_DTC, |
|
|
double precision, intent(in) |
DSIG1 |
|
) |
| |
- Parameters
-
[in] | s3d_npfmax | DSIG1 Derivative of the effective stress AT THE FIRST POINT OF THE MESH |
[in] | GRAV | Gravity acceleration |
[in] | IMAX | Number of points at the bottom mesh |
[in] | NDEB | Index limiting the range of resolution |
[in] | S3D_DTC | Time step for consolidation |
[in] | S3D_EPAI | Thickness of mesh elements discretising the bed |
[in] | S3D_IVIDE | Index of empty spaces at mesh points |
[in] | S3D_NPFMAX | Maximum number of horizontal planes that DISCRETISE MUDDY BOTTOM |
[in] | S3D_RHOS | Sediment density |
[in,out] | TRA01 | Working array |
[in] | imax | DSIG1 Derivative of the effective stress AT THE FIRST POINT OF THE MESH |
[in] | GRAV | Gravity acceleration |
[in] | IMAX | Number of points at the bottom mesh |
[in] | NDEB | Index limiting the range of resolution |
[in] | S3D_DTC | Time step for consolidation |
[in] | S3D_EPAI | Thickness of mesh elements discretising the bed |
[in] | S3D_IVIDE | Index of empty spaces at mesh points |
[in] | S3D_NPFMAX | Maximum number of horizontal planes that DISCRETISE MUDDY BOTTOM |
[in] | S3D_RHOS | Sediment density |
[in,out] | TRA01 | Working array |
[in] | ndeb | DSIG1 Derivative of the effective stress AT THE FIRST POINT OF THE MESH |
[in] | GRAV | Gravity acceleration |
[in] | IMAX | Number of points at the bottom mesh |
[in] | NDEB | Index limiting the range of resolution |
[in] | S3D_DTC | Time step for consolidation |
[in] | S3D_EPAI | Thickness of mesh elements discretising the bed |
[in] | S3D_IVIDE | Index of empty spaces at mesh points |
[in] | S3D_NPFMAX | Maximum number of horizontal planes that DISCRETISE MUDDY BOTTOM |
[in] | S3D_RHOS | Sediment density |
[in,out] | TRA01 | Working array |
Definition at line 9 of file coef.f.