Pressure

class pyccx.bc.Pressure(target, magnitude=0.0, name=None, amplitude=None, timeDelay=None)

Bases: BoundaryCondition

The Pressure boundary condition applies a uniform pressure applied to the faces across an element boundary.

Attributes Summary

magnitude

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

writeInput()

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:

BoundaryConditionType

writeInput()
Return type:

str