superimposition of pressures
superimposition of pressures
(OP)
hi,
i am trying to use programming with apdl. in this there may be instances where the same element is applied with different pressures. i am told by my senior that the pressures will be replaced when i do this.
is there any way to "tell" ansys is superimpose the pressures on the elements rather than replace them.
also, after all the pressures are applied, what is the best way to have a pictorial look if everything is ok??
regds
rahul
i am trying to use programming with apdl. in this there may be instances where the same element is applied with different pressures. i am told by my senior that the pressures will be replaced when i do this.
is there any way to "tell" ansys is superimpose the pressures on the elements rather than replace them.
also, after all the pressures are applied, what is the best way to have a pictorial look if everything is ok??
regds
rahul





RE: superimposition of pressures
I believe the specific APDL you are looking for is:
SFCUM,PRES,ADD,1,1
This option is also located in the GUI under:
Preprocessor > Loads > Define Loads > Settings > Replace vs Add > Surface Loads
OR
Solution > Define Loads > Settings > Replace vs Add > Surface Loads
To plot the final pressure go through Plot Controls > Symbols and select Pressure under Surface Load Symbols and the desired 'Show pres as' (contour, arrows, outline). This can also be done with APDL command - /PSF.
RE: superimposition of pressures
thanx for the reply.
i can see that it works well when i am using the SFCUM command when applying pressures on elements, but if i use it for pressures on areas, it doesnt work..... even if i transfer loads to FE from areas :(...
is this sfcum command related to loads on elements only??
regds
Rahul
RE: superimposition of pressures
If you don't want to go that route... are you applying the pressure to area using the DA command or something else? I'm not as familiar with that method of loading, but you could try looking into the DOFSEL and FCUM commands. Worst come to worst you could play with the options under
Preprocessor > Loads > Define Loads > Settings > Replace vs Add > Surface Loads
OR
Solution > Define Loads > Settings > Replace vs Add > Surface Loads
and see if any effect your pressure load.