![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
This module contains functions to set acceleration boundary condition in dynamic analysis. More...
Functions/Subroutines | |
| subroutine | dynamic_mat_ass_bc_ac (hecmesh, hecmat, fstrsolid, fstrdynamic, fstrparam, fstrmat, iter, conmat) |
| This subrouitne set acceleration boundary condition in dynamic analysis. | |
| subroutine | dynamic_bc_init_ac (hecmesh, hecmat, fstrsolid, fstrdynamic) |
| This function sets initial condition of acceleration. | |
| subroutine | dynamic_explicit_ass_ac (hecmesh, hecmat, fstrsolid, fstrdynamic, iter) |
This module contains functions to set acceleration boundary condition in dynamic analysis.
| subroutine m_dynamic_mat_ass_bc_ac::dynamic_bc_init_ac | ( | type(hecmwst_local_mesh) | hecmesh, |
| type(hecmwst_matrix) | hecmat, | ||
| type(fstr_solid) | fstrsolid, | ||
| type(fstr_dynamic) | fstrdynamic | ||
| ) |
This function sets initial condition of acceleration.
Definition at line 159 of file dynamic_mat_ass_bc_ac.f90.
| subroutine m_dynamic_mat_ass_bc_ac::dynamic_explicit_ass_ac | ( | type(hecmwst_local_mesh) | hecmesh, |
| type(hecmwst_matrix) | hecmat, | ||
| type(fstr_solid) | fstrsolid, | ||
| type(fstr_dynamic) | fstrdynamic, | ||
| integer, optional | iter | ||
| ) |
Definition at line 209 of file dynamic_mat_ass_bc_ac.f90.
| subroutine m_dynamic_mat_ass_bc_ac::dynamic_mat_ass_bc_ac | ( | type(hecmwst_local_mesh) | hecmesh, |
| type(hecmwst_matrix) | hecmat, | ||
| type(fstr_solid) | fstrsolid, | ||
| type(fstr_dynamic) | fstrdynamic, | ||
| type(fstr_param) | fstrparam, | ||
| type(fstrst_matrix_contact_lagrange) | fstrmat, | ||
| integer, optional | iter, | ||
| type(hecmwst_matrix), optional | conmat | ||
| ) |
This subrouitne set acceleration boundary condition in dynamic analysis.
| fstrparam | analysis control parameters |
| fstrmat | type fstrST_matrix_contact_lagrange |
Definition at line 14 of file dynamic_mat_ass_bc_ac.f90.