File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,15 @@ Construct a `Body` for a peridynamics simulation.
77# Arguments
88- `material::AbstractMaterial`: The material which is defined for the whole body.
99 Available material models:
10- - [`BBMaterial`](@ref): Bond-based peridynamics
11- - [`OSBMaterial`](@ref): Ordinary state-based peridynamics
12- - [`CMaterial`](@ref): Correspondence formulation
13- - [`BACMaterial`](@ref): Bond-associated correspondence formulation of Chen and Spencer
14- - [`CKIMaterial`](@ref): Continuum-kinematics-inspired peridynamics
10+ - [`BBMaterial`](@ref): Bond-based peridynamics.
11+ - [`DHBBMaterial`](@ref): Dual-horizon bond-based peridynamics.
12+ - [`OSBMaterial`](@ref): Ordinary state-based peridynamics, also called linear
13+ peridynamic solid (LPS).
14+ - [`CMaterial`](@ref): Correspondence formulation.
15+ - [`CRMaterial`](@ref): Correspondence formulation stress rotation for objectivity
16+ enforcement.
17+ - [`BACMaterial`](@ref): Bond-associated correspondence formulation of Chen and Spencer.
18+ - [`CKIMaterial`](@ref): Continuum-kinematics-inspired peridynamics.
1519- `position::AbstractMatrix`: A `3×n` matrix with the point position of the `n` points.
1620- `volume::AbstractVector`: A vector with the volume of each point.
1721- `inp_file::AbstractString`: An Abaqus input file containing meshes, imported with
You can’t perform that action at this time.
0 commit comments