Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.

how to change shell midsurface direction?

Please login with a confirmed email address before reporting spam

Hi
I dont find answer how to change shell midsurface direction? This cause me problem when inserting force into faces. Ideal situation is that gray suppose to be outside of the tank and yellow suppose to be inside...now they are mixed


1 Reply Last Post Oct 31, 2016, 8:18 a.m. EDT
Henrik Sönnerlind COMSOL Employee

Please login with a confirmed email address before reporting spam

Posted: 8 years ago Oct 31, 2016, 8:18 a.m. EDT
Hi,

The orientation of the normal is implicit from how the boundaries are defined in the geometry, and you cannot change it manually without modifying the geometry.

In your case, when the geometry is so regular, you could rather easily modify the loads instead. The most straightforward is to specify the face load as a vector, so that you provide the orientation explicitly. If, however, you need a pressure load because you model a follower load in a geometrically nonlinear analysis, you can enter the load something like

if(shell.anx>0,-p,p)

for each side of the box. Here shell.an is vector describing the orientation of the shell normal.

Regards,
Henrik
Hi, The orientation of the normal is implicit from how the boundaries are defined in the geometry, and you cannot change it manually without modifying the geometry. In your case, when the geometry is so regular, you could rather easily modify the loads instead. The most straightforward is to specify the face load as a vector, so that you provide the orientation explicitly. If, however, you need a pressure load because you model a follower load in a geometrically nonlinear analysis, you can enter the load something like if(shell.anx>0,-p,p) for each side of the box. Here shell.an is vector describing the orientation of the shell normal. Regards, Henrik

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.