Joe Myre writes:
 > Hello all,
 > 
 > I'm an undergraduate working on a project to simulation a mantle convection
 > model and this is the first time I've worked with a simulation code.  I've
 > gone through a number of examples on the project site as well as the wiki
 > but I still have a few questions.  I'm hoping this list can help me out .
 > 
 > 1.  Does anyone have any recommendations for a cheap, easy to use mesh
 > generation tool?  Recently I've found gmsh which looks promising.

Tetgen/Triangle for 3D/2D tet/tri meshes.  These are distributed with libmesh.

 > 2. I want to model three different bodies, each with different material
 > properties.  How are material properties specied?  I have a feeling that
 > material properties should specified in the code, but as of yet I've not
 > seen an example of this.

It depends a bit on how "nice" your material properties are.  If they can
be described by a function, like k(x,y) then we usually just write a C++
function in that same form and call it in the integration loops.  If your
material properties are values read in from a file at every mesh point,
then I believe the MeshData class is useful for this.

 > Any help would be very welcome.  Thanks in advance!
 > 
 > Joe Myre

-J

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to