Set initial conditions for a transient structural model
structuralIC(
sets initial displacement and velocity for the entire geometry.structuralmodel
,'Displacement',u0
,'Velocity',v0
)
structuralIC(___
sets initial displacement and velocity for a particular geometry region using the
arguments from the previous syntax.RegionType
,RegionID
)
structuralIC(
sets initial displacement and velocity using the solution
structuralmodel
,Sresults
)Sresults
from a previous structural analysis on the same
geometry. If Sresults
is obtained by solving a transient
structural problem, then structuralIC
uses the solution
Sresults
for the last time-step.
structuralIC(
uses the solution structuralmodel
,Sresults
,iT
)Sresults
for the time-step
iT
from a previous structural analysis on the same
geometry.
returns a handle to the structural initial conditions object.struct_ic
= structuralIC(___)
findStructuralIC
| GeometricStructuralICs Properties | NodalStructuralICs Properties | reduce
| solve
| structuralBC
| structuralBodyLoad
| structuralBoundaryLoad
| structuralDamping
| StructuralModel
| structuralProperties
| structuralSEInterface