|
OOFEM 3.0
|
#include <interactionboundarycondition.h>
Public Member Functions | |
| InteractionBoundaryCondition (int i, Domain *d) | |
| virtual | ~InteractionBoundaryCondition () |
| Destructor. | |
| virtual double | give (Dof *dof, ValueModeType mode, TimeStep *tStep) override |
| virtual const char * | giveClassName () const override |
| virtual const char * | giveInputRecordName () const override |
| Public Member Functions inherited from oofem::BoundaryCondition | |
| BoundaryCondition (int i, Domain *d) | |
| virtual | ~BoundaryCondition () |
| Destructor. | |
| virtual double | give (Dof *dof, ValueModeType mode, double time) |
| void | setPrescribedValue (double s) |
| bcType | giveType () const override |
| void | initializeFrom (InputRecord &ir) override |
| void | giveInputRecord (DynamicInputRecord &input) override |
| void | scale (double s) override |
| void | saveContext (DataStream &stream, ContextMode mode) override |
| void | restoreContext (DataStream &stream, ContextMode mode) override |
| Public Member Functions inherited from oofem::GeneralBoundaryCondition | |
| GeneralBoundaryCondition (int n, Domain *d) | |
| virtual | ~GeneralBoundaryCondition () |
| Destructor. | |
| int | giveSetNumber () const |
| virtual int | giveNumberOfInternalDofManagers () |
| Gives the number of internal dof managers. | |
| virtual DofManager * | giveInternalDofManager (int i) |
| Gives an internal dof manager from receiver. | |
| Function * | giveTimeFunction () |
| int | getIsImposedTimeFunctionNumber () const |
| void | setIsImposedTimeFunctionNumber (int funcIndx) |
| virtual bcValType | giveBCValType () const |
| virtual bool | isImposed (TimeStep *tStep) |
| virtual const IntArray & | giveDofIDs () const |
| virtual bcGeomType | giveBCGeoType () const |
| virtual double | giveProperty (int aProperty, TimeStep *tStep) const |
| void | initializeFrom (InputRecord &ir) override |
| void | giveInputRecord (DynamicInputRecord &input) override |
| void | saveContext (DataStream &stream, ContextMode mode) override |
| void | restoreContext (DataStream &stream, ContextMode mode) override |
| virtual void | updateYourself (TimeStep *tStep) |
| Public Member Functions inherited from oofem::FEMComponent | |
| FEMComponent (int n, Domain *d) | |
| virtual | ~FEMComponent ()=default |
| Virtual destructor. | |
| Domain * | giveDomain () const |
| virtual void | setDomain (Domain *d) |
| int | giveNumber () const |
| void | setNumber (int num) |
| virtual void | updateLocalNumbering (EntityRenumberingFunctor &f) |
| virtual void | initializeFrom (InputRecord &ir, int priority) |
| virtual void | initializeFinish () |
| virtual void | postInitialize () |
| Performs post initialization steps. Called after all components are created and initialized. | |
| virtual int | checkConsistency () |
| virtual void | printOutputAt (FILE *file, TimeStep *tStep) |
| virtual void | printYourself () |
| Prints receiver state on stdout. Useful for debugging. | |
| virtual Interface * | giveInterface (InterfaceType t) |
| std::string | errorInfo (const char *func) const |
| Returns string for prepending output (used by error reporting macros). | |
Additional Inherited Members | |
| Protected Attributes inherited from oofem::BoundaryCondition | |
| FloatArray | values |
| Prescribed values for each resp. dof. | |
| Protected Attributes inherited from oofem::GeneralBoundaryCondition | |
| int | timeFunction |
| Associated load time function. | |
| bcValType | valType |
| Physical meaning of BC value. | |
| IntArray | dofs |
| Dofs that b.c. is applied to (relevant for Dirichlet type b.c.s). | |
| int | isImposedTimeFunction |
| int | set |
| Set number for boundary condition to be applied to. | |
| Protected Attributes inherited from oofem::FEMComponent | |
| int | number |
| Component number. | |
| Domain * | domain |
| Link to domain object, useful for communicating with other FEM components. | |
This class represent a b.c. which is enforced on InteractionPFEMParticles. The attached structural node provides velocity.
Definition at line 61 of file interactionboundarycondition.h.
|
inline |
Definition at line 67 of file interactionboundarycondition.h.
References oofem::BoundaryCondition::BoundaryCondition().
|
inlinevirtual |
Destructor.
Definition at line 70 of file interactionboundarycondition.h.
|
overridevirtual |
Returns the value of a prescribed unknown, respecting requested mode for given time. Its physical meaning is determined by corresponding DOF. This function should only be used if the BC is imposed.
| dof | Determines the dof subjected to receiver BC. |
| mode | Unknown char type (if total or incremental value is returned). |
| tStep | Time step to give value for. |
Reimplemented from oofem::BoundaryCondition.
Definition at line 48 of file interactionboundarycondition.C.
References oofem::FloatArray::at(), oofem::InteractionPFEMParticle::giveCoupledVelocities(), oofem::Dof::giveDofID(), and oofem::Dof::giveDofManager().
|
inlineoverridevirtual |
Reimplemented from oofem::BoundaryCondition.
Definition at line 74 of file interactionboundarycondition.h.
|
inlineoverridevirtual |
Reimplemented from oofem::BoundaryCondition.
Definition at line 75 of file interactionboundarycondition.h.
References _IFT_InteractionBoundaryCondition_Name.