Hello everyone, I am using the windows 2024 version of Salome-Meca.
I am doing non-linear shell plate analysis.
When I start calculation without the results it calculates without any problem.
However when i try with CALC_CHAMP below it request POST_CHAMP.
╔════════════════════════════════════════════════════════════════════════════════════════════════╗
║ <A> <UTILITAI_3> ║
║ ║
║ La conversion d'un champ par éléments aux noeuds en un champ ║
║ aux noeuds a été demandé. ║
║ Or le ║
║ champ par éléments aux noeuds contient des ║
║ sous-points alors qu'un champ aux noeuds ne peut ║
║ pas en contenir. ║
║ Les mailles contenant des sous-points vont être exclues. ║
║ ║
║ Conseil : ║
║ Si ║
║ vous souhaitez convertir le champ sur les mailles ayant des ║
║ sous-points, vous devez d'abord ║
║ extraire le champ par éléments ║
║ aux noeuds sur un sous-point avec la commande POST_CHAMP. ║
║ ║
║ ║
║ Ceci est une alarme. Si vous ne comprenez pas le sens de cette ║
║ alarme, vous pouvez obtenir des ║
║ résultats inattendus ! ║
╚════════════════════════════════════════════════════════════════════════════════════════════════╝
╔════════════════════════════════════════════════════════════════════════════════════════════════╗
║ <EXCEPTION> <CALCULEL4_16> ║
║ ║
║ Erreur d'utilisation : ║
║ L'option SIEF_ELNO est nécessaire pour le calcul de l'option ║
║ SIEF_NOEU. ║
║ Or SIEF_ELNO est un champ qui ne contient que des sous-points, ce cas n'est pas ║
║ traité. ║
║ Vous devez d'abord extraire SIEF_ELNO sur un sous-point avec la commande ║
║ POST_CHAMP.
My CALC_CHAMP file is this.
resnonl = CALC_CHAMP(
CONTRAINTE=('SIEF_ELNO', 'SIGM_ELNO', 'SIGM_ELGA', 'SIEF_NOEU'),
CRITERES=('SIEQ_ELGA', 'SIEQ_ELNO'),
DEFORMATION=('EPSI_ELGA', 'EPSI_ELNO'),
RESULTAT=resnonl
)
Setup file : https://drive.google.com/file/d/17l3ktdnaAlERyJyVL1aosDclfOOk0KNF/view?usp=sharing
2- My second question is when i try to visualize the displacement fields they are fine but when it comes to stress field for example Von mises stresses it does not showing in good graphical way.
I did ELNOtoFieldToSurface command in paraview and it gives me this kind chainy image

It is not smooth looking. How can I solve this?