Welcome to the forums. Please post in English or French.

You are not logged in.

#1 2012-06-30 20:10:14

toltec
Member
Registered: 2009-01-04
Posts: 94

[Solved] COQUE_3D Post Processing

Hi,

I'm trying to post process a COQUE_3D analysis and have one again run into the problem that neither Paravis nor PostPro can do this directly:

1) Is there a work flow that works for Paravis? Or for that matter PostPro?

2) I've tried PROJ_CHAMP as below to create linear element results, but this doesn't work for triangles. The tri's don't take on a resultant value( deformation or stress). Does anyone know how I can fix this?



lin_mesh=CREA_MAILLAGE(MAILLAGE=m_quad,
                       QUAD_LINE=_F(GROUP_MA='m_all',),);

lin_pall=AFFE_MODELE(MAILLAGE=lin_mesh,
                     AFFE=_F(GROUP_MA='m_all',
                             PHENOMENE='MECANIQUE',
                             MODELISATION='3D',),);

PROJ=PROJ_CHAMP(RESULTAT=STATIC,
                MODELE_1=pallet,
                MODELE_2=lin_pall,);

IMPR_RESU(MODELE=lin_pall,
          FORMAT='MED',
          RESU=_F(MAILLAGE=lin_mesh,
                  RESULTAT=PROJ,
                  NOM_CHAM=('SICO_ELNO','SIEQ_ELNO','EPSI_ELNO','SIEQ_NOEU','EPSI_NOEU','DEPL','SIEQ_ELGA',),),);


Thanks for the help.

Gary

Last edited by toltec (2012-07-02 08:42:27)


Ubuntu 12.04
Intel(R) Core(TM)2 Quad CPU    Q9400  @ 2.66GHz

Offline

#2 2012-07-01 23:21:22

Thomas DE SOZA
Guru
From: EDF
Registered: 2007-11-23
Posts: 3,066

Re: [Solved] COQUE_3D Post Processing

Paravis should work, what is the problem ?

Using PROJ_CHAMP is of course a good idea but why don't you project on a quadratic mesh (QUAD8 or TRIA6) ? This should be OK.

TdS

Offline

#3 2012-07-02 08:42:09

toltec
Member
Registered: 2009-01-04
Posts: 94

Re: [Solved] COQUE_3D Post Processing

Hi Thomas,

Many thanks for your reply. If I don't use PROJ_CHAMP Paravis displays the element central nodes with a zero result. I've now projected the results to my original quadratic mesh (no central nodes) instead of to a linear mesh and it works perfectly. I really like Paravis.

Thanks again.

Gary


Ubuntu 12.04
Intel(R) Core(TM)2 Quad CPU    Q9400  @ 2.66GHz

Offline

#4 2012-07-04 20:38:59

keeswouters
Member
From: kuringen
Registered: 2007-12-01
Posts: 144
Website

Re: [Solved] COQUE_3D Post Processing

hoi Gary

can you give the code (comm file) of how you implemented this projection here?

kind regards - kees


kind regards - kees
--
I a parallel univers the laws of mechanics may be different.

Offline

#5 2012-07-04 21:48:59

toltec
Member
Registered: 2009-01-04
Posts: 94

Re: [Solved] COQUE_3D Post Processing

Greetings Kees,

Comm file attached! Hope it's what you're looking for.

Cheers

Gary


Attachments:
creep_linear.comm, Size: 10.89 KiB, Downloads: 580

Ubuntu 12.04
Intel(R) Core(TM)2 Quad CPU    Q9400  @ 2.66GHz

Offline

#6 2012-07-05 18:35:12

keeswouters
Member
From: kuringen
Registered: 2007-12-01
Posts: 144
Website

Re: [Solved] COQUE_3D Post Processing

Hoi Gary

I glanced through the code and for now it is just what I am looking for.
Thank you for the upload. I will check the relevant part for me later on (it is holliday season for me as well).

Kind regards - kees


kind regards - kees
--
I a parallel univers the laws of mechanics may be different.

Offline