Page 1 of 1

cs_mesh_cartesian_define_from_csv

Posted: Tue Feb 06, 2024 2:45 pm
by Julien.Commanay
Dear all,

I'm trying to create a mesh thanks to a csv file through the cs_user_mesh_cartesian_define routine.

What option should I use in the GUI in order to use this capability? My user routine is located in the SCR folder and compilation seems fine but no mesh is created and therefore the run fails.

Kind regards

JCo

Re: cs_mesh_cartesian_define_from_csv

Posted: Wed Feb 07, 2024 3:33 pm
by Yvan Fournier
Hello,

We may be missing a way to tell the GUI that a Cartesion mesh is defined by user-defined functions and not the GUI (previously, the SRC would overwrite the GUI, but now they can be added).

I think you can work around this by defining an "empty" Cartesion mesh in the GUI, defining 0 cells in at least one direction...

Best regards,

Yvan

Re: cs_mesh_cartesian_define_from_csv

Posted: Wed Feb 07, 2024 7:50 pm
by Julien.Commanay
Thanks for the feedback and the suggestion.

I'm not sure anyway I'll proceed this way, it is likely that I'll try instead to generate an UNV file equivalent to what I have in the csv file.

Kind regards

Julien