Pressure¶
- class pyccx.bc.Pressure(target, magnitude=0.0, name=None, amplitude=None, timeDelay=None)¶
Bases:
BoundaryConditionThe Pressure boundary condition applies a uniform pressure applied to the faces across an element boundary.
Attributes Summary
The magnitude of pressure applied onto the surface
Methods Summary
type()Returns the BC type so that they are only applied to suitable load cases
Attributes Documentation
- magnitude¶
The magnitude of pressure applied onto the surface
Methods Documentation
- type()¶
Returns the BC type so that they are only applied to suitable load cases
- Return type:
- writeInput()¶
- Return type:
str