DA_MODIFY_FACE_PRESSURE modifies the force value of applied face pressure on a part.
*1* - The variable LBC is not visible for the user. It is the variable which is set when the dialog is called. It is the LBC to be modified. -->(DA_MODIFY_FACE_PRESSURE)---+ | +-------------------------+ | +-----+--+--(:LBC)--------|SELECT S_FERRUM_STUDY_DATA|--(*1*)--+--> | | | | +--(:STUDY)------|SELECT S_FERRUM_STUDY|--------------+ | | | | +--(:NAME)-------|string|-----------------------------+ | | | | +--(:REF_ELEM)---|face|-------------------------------+ ^ | | | +--(:VALUE)------|force per unit area|----------------+ | | | | +--(:TOTAL_VALUE)--|total force|----------------------+ | | +-------<-----------<----------<---------<-----------<---+
:LBC
- specifies the LBC associated with the pressure.
:STUDY
- specifies the name of the associated study for the face pressure.
:NAME
- specifies the name of the face pressure to modify.
:REF_ELEM
- specifies the face element with the face pressure to modify.
:VALUE
- specifies the pressure value per unit area on the face.
:TOTAL_VALUE
- specifies the total pressure value distributed over the face.
All input strings must be enclosed by double quotes (" ").