Mecway Versions 1-6 have a bug with shell elements that have either hydrostatic pressure or normal pressure as a function of position. It uses the position of the shell's node plane instead of the face to evaluate the pressure. This will be fixed in version 7.
The attached model demonstrates the effect. It's a 0.1 m thick plate with the top surface under 0.05 m of water. The pressure there should be:
P = density * g * h
= 1000 kg/m^3 * 10 N/kg * 0.05 m
= 500 Pa
But, due to the bug, it uses the depth of the shell midplane, which is 0.1 m below the surface. The pressure it applies is:
P = density * g * h
= 1000 kg/m^3 * 10 N/kg * 0.1 m
= 1000 Pa
which is reported as a reaction force of F = 1000 Pa * pi m^2 = 3141 N.
This example is chosen to highlight the error. It won't be so big in a typical case where the shell is thin compared to the depth of fluid.
Comments
So next release is coming soon?
Have you other news about it?
Someone recommends:
"Therefore, in some cases, particularly non-linear problems such as plasticity, creep or incompressible materials, it is actually advisable to use reduced integration instead of full integration. The slight loss of accuracy is counteracted by the improvement in approximation to real-life behaviour"
Obviously there is a less accuracy on results and can lead to hourglassing. Take care to use reduced integration in buckling analysis or in stress analysis if you want to capture peack stress because is necessary have more elements.
To change elements I use "Scite" or a simple txt editor simply using "replace".
http://optimec.ca/news/how-to-model-bending-and-bending-dominated-problems-in-abaqus/