Fem3D usrs??

  • Thread starter Thread starter Arun
  • Start date Start date
A

Arun

H!!

I am a student and I am trying to simulate a gas model
in order to detect the gas concentration in different
parts of a shipping container. I think Fem 3D would be
great for me to do this simulation and I am currently
going through the manual. But I don't see how to run
programs on Fem 3D. The documentation has an example
program and I'd like to type it out and run it to see
how it works and to modify it for my needs. Is the
code just supposed to be like a ".c" or ".cpp"
program?? How should ti be compiled and run??

I'd appreciate any help / suggestions from anybody.
Thank you very much.
Regards,
Arun.
 
"Arun" 8<snip>8 wrote in message
8 said:
I am a student and I am trying to simulate a gas model
in order to detect the gas concentration in different
parts of a shipping container. I think Fem 3D would be
great for me to do this simulation and I am currently
going through the manual. But I don't see how to run
programs on Fem 3D. The documentation has an example
program and I'd like to type it out and run it to see
how it works and to modify it for my needs. Is the
code just supposed to be like a ".c" or ".cpp"
program?? How should ti be compiled and run??
8<snip>8


I think you're going to have to be more specific.

I just did a Google search for "Fem 3D" and came up with
too many hits, not obviously referring to whatever software
you are talking about.

The first was a "Finite Element Method, 3-D" becnhmark
written in "High Performance Fortran", an "extension of
Fortran 90", to test an HPF compiler. The source codes
had the file extension "hpf".


So . . . exactly which "Fem 3-D" are you asking about?
Can you give a URL?

What programming language is the code written in, and
how do you know? If you don't know, how did you expect
someone else to know, without showing us the code?

And where are you getting this code? What manual are
you talking about?

Aloha,
 
| ....
| I am a student and I am trying to simulate a gas model
| in order to detect the gas concentration in different
| parts of a shipping container.
| ....

Arun ....

As an alternative you might consider VPython ....

VPython is a package that includes :

the Python programming language, with the IDLE interactive
development environment "Visual", a Python module
that offers real-time 3D output, and is easily usable
by novice programmers

"Numeric", a Python module for fast processing of arrays

VPython is free and open-source ....

http://vpython.org/

The Matter & Interactions link on the above page
has a few examples of gas models ....

http://www4.ncsu.edu/~rwchabay/mi

Like Cousin Mad, I couldn't asertain much about Fem3D
from Google searches ....
 
Back
Top