| *EntType | (num#)(in) |
| loadTimeFunction(in) # [valType(in) #] |
The order of particular records is optional, boundary condition number is determined by (num#)() parameter. The numbering should start from one and should end at n, where n is the number of records. Time function value (given by loadTimeFunction parameter) is a multiplier, using which each component (value of loading or value of boundary condition) describes its time variation. The optional parameter valType allows to determine the physical meaning of bc value, which is sometimes requared. Supported values are (1 - temperature, 2 - force/traction, 3 - pressure, 4 - humudity, 5 - velocity, 6 - displacement). Currently, EntType keyword can be one from
| BoundaryCondition | prescribedvalue(rn) # |
| [d(rn) #] | |
| [isImposedTimeFunction(in) #] |
Represents boundary condition. Prescribed value is specified using prescribedvalue parameter. The physical meaning of value is fully determined by corresponding DOF. Optionally, the prescribed value can be specified using d parameter. It is inroduced for compatibility reasons. If prescribedvalue is specified, then d is ignored. The nonzero value of isImposedTimeFunction time function indicates that given boundary condition is active, zero value indicates not active boundary condition in given time (the bc does not exist). By default, the boundary condition apply at any time.
| NodalLoad | |
| components(ra) # | [cstype(in) #] |
Concentrated nodal load. The components of nodal load vector are given by components parameter. The size of this vector corresponds to a total number of nodal DOFs, and i-th value corresponds to i-th DOF in associated dof manager. The load can be defined in global coordinate system (cstype = 0) or in entity - specific local coordinate system (cstype = 1, default).
| PrescribedTractionPressureBC | |
| [isImposedTimeFunction(in) #] |
Represents pressure boundary condition (of Dirichlet type) due to prescribed tractions. In CBS algorithm formulation the prescribed traction boundary condition leads indirectly to pressure boundary condition in corresponding nodes. This boundary condition implements this pressure bc. The value of bc is determined from applied tractions, that should be specified on element edges/surfaces using suitable boundary loads. The nonzero value of isImposedTimeFunction time function indicates that given boundary condition is active, zero value indicates not active boundary condition in given time (the bc does not exist). By default, the boundary condition apply at any time.