DA_PRESSURE_FACE applies a distributed force over the entire surface of a face on a part.
-->(DA_PRESSURE_FACE)----+--+--(:STUDY)------|SELECT S_FERRUM_STUDY|---+--> | | | | +--(:NAME)-------|string|------------------+ | | | | +--(:REF_ELEM)---|face|--------------------+ ^ | | | +--(:VALUE)------|force per area|----------+ | | | | +--(:TOTAL_VALUE)--|total face force|------+ | | | | +--(:NEXT)---------------------------------+ | | +-------<-----------<----------<---------<----+
:STUDY
- specifies the associated study for the face pressure.
:NAME
- specifies the name of the face pressure to create.
:REF_ELEM
- specifies the face element to apply the pressure.
:VALUE
- specifies a pressure value per unit area to be applied to the face.
:TOTAL_VALUE
- specifies a total pressure value to be distributed over the face.
:NEXT
- accepts the parameters you have defined for the pressure and allows you to define the next pressure load to apply.
All input strings must be enclosed by double quotes (" ").