| ConstantEdgeLoad | ndofs(in) # |
| loadType(in) # | |
| Components(ra) # | |
| [dofexcludemask(ia) #] | |
| [csType(in) #] | |
| [properties(dc) #] |
| ConstantSurfaceLoad | ndofs(in) # |
| loadType(in) # | |
| Components(ra) # | |
| [dofexcludemask(ia) #] | |
| [csType(in) #] | |
| [properties(dc) #] |
The load can be defined in global coordinate system (csType = 0, default) or in entity - specific local coordinate system (csType = 1).
| LinearEdgeLoad | ndofs(in) # |
| loadType(in) # | |
| Components(ra) # | |
| [dofexcludemask(ia) #] | |
| [csType(in) #] |
Represents linear edge load. The meanings of parameters ndofs, csType, and loadType are the same as for ConstantEdgeLoad. In Components array are stored load components for corresponding unknowns at the beginning of edge (ndofs values), followed by values valid for end of edge (ndofs values). The load can be defined in global coordinate system (csType = 0, default) or in entity - specific local coordinate system (csType = 1).
Borek Patzak 2011-12-29