Hi Yongmei,
what particular routine is it that crashes? If it is one self-made by you, can you can send me the code and I try to fix it. Or you can look up the correction in the TemperateIceSolver.f90.
Thomas
Search found 94 matches
- 20 Jul 2013, 07:53
- Forum: Elmer/Ice
- Topic: Problem with calling DiffuseConvectiveBoundary subroutine
- Replies: 4
- Views: 7256
- 01 May 2013, 09:25
- Forum: ElmerSolver
- Topic: Switching transient and steady or having an initial phase
- Replies: 6
- Views: 3127
Re: Switching transient and steady or having an initial phase
Hello,
I think we are way past revision 6035 (check out http://sourceforge.net/p/elmerfem/code/HEAD/tree/) - actually Peter's commit was r6158. Perhaps something wrong with your subversion settings?
Best Regards,
Thomas
I think we are way past revision 6035 (check out http://sourceforge.net/p/elmerfem/code/HEAD/tree/) - actually Peter's commit was r6158. Perhaps something wrong with your subversion settings?
Best Regards,
Thomas
- 30 Apr 2013, 08:28
- Forum: Software development
- Topic: Edges values
- Replies: 4
- Views: 3587
Re: Edges values
Hi, perhaps this might not help (as not the source of your issues), but the on boundary added body ID's in 3D meshes in connection with internal extrusion got broken in one of the more recent revisions. That has been fixed yesterday. If you have a more recent, but not latest Elmer revision, update a...
- 16 Apr 2013, 11:52
- Forum: Elmer/Ice
- Topic: New forum for Elmer/Ice
- Replies: 4
- Views: 6196
Re: New forum for Elmer/Ice
Hi, I invested half an hour to study possibility of php-coding. As far as I understand, I can only change the notification mode from "new posts" to "new topic only" simultaneously for the whole forum (so affect all other Elmer users) and that only with a quite high risk of screwi...
- 16 Apr 2013, 10:33
- Forum: Elmer/Ice
- Topic: New forum for Elmer/Ice
- Replies: 4
- Views: 6196
Re: New forum for Elmer/Ice
Hi, in Vienna we basically agreed that we have this forum for technical questions and the mailing-list for more general announcements. For me - despite that I do not think that it will work that easily - it doesn't make sense to post new threads on the elmerice@elmerfem.org-list, when everyone inter...
- 11 Apr 2013, 12:26
- Forum: Elmer/Ice
- Topic: New forum for Elmer/Ice
- Replies: 4
- Views: 6196
New forum for Elmer/Ice
Hello Elmer/Ice, at the EGU 2013 Elmer/Ice splinter meeting (see http://elmerice.elmerfem.org/wiki/doku.php?id=courses:firstmeeting for presentations given there), there was the request to have a documented channel for Elmer/Ice specific questions and answers. The mail-list was rather not considered...
- 11 Mar 2013, 15:43
- Forum: Software development
- Topic: Free-Surfaces and partitioning
- Replies: 3
- Views: 4966
Re: Free-Surfaces and partitioning
Hi Jean, I do not really think that there is an issue, if one of the partition is not containing any nodes of the FreeSurfaceSolver. I made a short test of the test-example trunk/fem/tests/freesurf_ltd, which - admittedly - only has one free surface at the uppermost y-coordinate layer. I split in th...
- 18 Nov 2012, 17:20
- Forum: External tools
- Topic: 2D modelers
- Replies: 8
- Views: 9518
Re: 2D modelers
Hi, the most easiest way, if you already have the GMSH mesh, is to export it to a .msh (simply under Mesh-> Save in GMSH; lets assume under name.msh) file and then create a ready made Elmer file using ElmerGrid (standalone outside ElmerGUI) ElmerGrid 14 2 name.msh -autoclean That should create you a...
- 02 Nov 2012, 17:58
- Forum: ElmerSolver
- Topic: Advection-Reaction Equation (Discontinuous Galerkin) Problem
- Replies: 4
- Views: 3018
Re: Advection-Reaction Equation (Discontinuous Galerkin) Problem
Hello, do not know about periodic BC's. A good idea would be to replace Variable name Density to something else, as Density is a reserved name for the material property. The following file produces something - not sure what, though: Header CHECK KEYWORDS Warn Mesh DB "." "line" I...
- 31 May 2012, 18:21
- Forum: Installation & compilation
- Topic: compiling with ifort compiler
- Replies: 1
- Views: 3624
Re: compiling with ifort compiler
Hello, sorry, that this comes with such a vast delay. Nevertheless, I thought it might be good to share this script that has been written by my colleague Olli-Pekka Lehto as the problem you described persisted and has a workaround in the attached script. This is a compilation script that worked for ...