Search found 33 matches

by simonz
Wed Feb 10, 2016 8:03 pm
Forum: Import/Export
Topic: out of range
Replies: 27
Views: 27812

Re: out of range

Hi escolano: thanks a lot for you spending time on those files i attached. i've tried your suggestion while when after the calculation was done, and when i trying to import the vtk files, the GiD shows a warning as: GiD_MeshPost: bad element number of nodes '10'. Quadratic elements are not implement...
by simonz
Thu Feb 04, 2016 11:18 pm
Forum: Import/Export
Topic: out of range
Replies: 27
Views: 27812

Re: out of range

Hi escolano:
yes it is written by a third party, which is a required problemtype for my simulation, so i'm wondering if it is possible to have the same post-processing as in the web by still using this problemtype (the FEMDEM problemtype is attached)?
by simonz
Thu Feb 04, 2016 10:09 pm
Forum: Import/Export
Topic: out of range
Replies: 27
Views: 27812

Re: out of range

Hi escolano: thanks a lot and I have learnt the "move" option; while i am still confusing about the post-processing, for example, I set my problem type as FEM/DEM, and given my meshes several properties, like the condition; initial velocities and moved them into corresponding places in ord...
by simonz
Tue Jan 26, 2016 1:42 am
Forum: Import/Export
Topic: out of range
Replies: 27
Views: 27812

Re: out of range

this is the file for the previous post which i forgot to attach with
by simonz
Tue Jan 26, 2016 1:36 am
Forum: Import/Export
Topic: out of range
Replies: 27
Views: 27812

Re: out of range

Dear escolano: I really appreciate your help without which i can't correctly convert my meshes into a right format that could be read by the GiD. I am currently using the MayaVi as a visualizer for the output of my GiD simulation, while there seems to be some problem as it requires me to move my mes...
by simonz
Tue Jan 19, 2016 11:30 pm
Forum: Import/Export
Topic: out of range
Replies: 27
Views: 27812

Re: out of range

i am intended to use the utilities -> move, what i don't understand about it is the "num (x,y,z)" in the "first point" and the "second point", are these two points intended to be combined as a vector?
by simonz
Tue Jan 19, 2016 11:01 pm
Forum: Import/Export
Topic: out of range
Replies: 27
Views: 27812

Re: out of range

Hi escolano:
Thank you soooooo much and it works now~~~

Just one more question, which after reading the tutorials in the GiD about "point", i still don't know precisely about how to move one mesh to a desired point (e.g. a random point my mouse pointed)

Best regards;
Simon
by simonz
Mon Jan 18, 2016 10:28 pm
Forum: Import/Export
Topic: out of range
Replies: 27
Views: 27812

Re: out of range

Hi escolano: I've made the change in my code for reordering the node of element as you said. That is by change the ordering as:1, 2, 3, 4, (1+2)/2, (1+3)/2, (1+4)/2, (2+3)/2, (2+4)/2, (3+4)/2 to :1, 2, 3, 4, (1+2)/2, (2+3)/2 , (1+3)/2 , (1+4)/2 , (2+4)/2, (3+4)/2 to fit the GiD acquirement. While th...
by simonz
Mon Jan 11, 2016 8:07 pm
Forum: Import/Export
Topic: out of range
Replies: 27
Views: 27812

Re: out of range

Hi escolano:
Thank you soooooo much and i understand it now!!
i'll fix the code then.

Really appreciate that!

Simon
by simonz
Fri Jan 08, 2016 8:13 pm
Forum: Import/Export
Topic: out of range
Replies: 27
Views: 27812

Re: out of range

Hi escolano: Really appreciate your answers to my concerns. I know how does the 10 node tet's element should be arranged while i don't know what's the problem my Matlab code exactly, with keeping the first four nodes and obtained as averages of pairs of the first four nodes for the rest six nodes. T...