Search found 99 matches

by NJank
08 Mar 2019, 20:28
Forum: General
Topic: WorkFlows - 2019 - spring
Replies: 14
Views: 9605

Re: WorkFlows - 2019 - spring

note - created thread in Bug report forum
http://elmerfem.org/forum/viewtopic.php?f=16&t=6607
by NJank
08 Mar 2019, 20:17
Forum: Bug reports
Topic: issues with VTU output generation, adaptive/tranisent solutions
Replies: 6
Views: 6815

issues with VTU output generation, adaptive/tranisent solutions

wanted to collect these issues in this forum that were discussed over in this General thread: http://elmerfem.org/forum/viewtopic.php?t=6599 working to update the Adaptive Mesh example over in Contributed Cases , I ran into issue with specifying VTU output from the Simulation block. attached are ada...
by NJank
08 Mar 2019, 19:47
Forum: Contributed Cases
Topic: simple adaptive meshing and MATC parameters, 2D steady state
Replies: 4
Views: 13462

Re: simple adaptive meshing and MATC parameters, 2D steady state

just to verify, changing: Mesh Name = file "RefinedMesh" to Mesh Name = file "refinedmesh" allows the original ResultOutputSolve Solver to run correctily. On Windows, file commands are generally case insensitive. I don't know if this would still work on other operating systems. B...
by NJank
08 Mar 2019, 19:20
Forum: General
Topic: WorkFlows - 2019 - spring
Replies: 14
Views: 9605

Re: WorkFlows - 2019 - spring

I probably should have split this off into a new topic. I thought maybe creating the pvd files would allow paraview to stitch together the transient run data, but I'm getting either getting nothing or a runtime error trying to do so. if I add "Vtu Time Collection = logical true" in the sim...
by NJank
08 Mar 2019, 01:37
Forum: General
Topic: WorkFlows - 2019 - spring
Replies: 14
Views: 9605

Re: WorkFlows - 2019 - spring

my suggestion would be that it's of little use to include the RefinedMesh# at the front of the filename. the reuse of folders renders that information fairly useless once # > 9. if a simple defined filename could be specified for the refined vtu files it would help. Or if there was a different defau...
by NJank
08 Mar 2019, 01:20
Forum: General
Topic: WorkFlows - 2019 - spring
Replies: 14
Views: 9605

Re: WorkFlows - 2019 - spring

I think previously this wasn't a problem because within the ResultOutputSolver block I would use Output File Name = file "vtufile." and i think that forced use of that filename instead of the RefinedMesh name? not certain. I added that line to the simulation block and got the following run...
by NJank
08 Mar 2019, 01:12
Forum: General
Topic: WorkFlows - 2019 - spring
Replies: 14
Views: 9605

Re: WorkFlows - 2019 - spring

mainly working on something like the example over in contributed cases here: http://www.elmerfem.org/forum/viewtopic.php?f=18&t=2193#p20222 For a steady state case, adding the following to the Simulation block : Post File = file "adapt.vtu" Scalar Field 1 = String "Temperature&quo...
by NJank
07 Mar 2019, 01:29
Forum: General
Topic: WorkFlows - 2019 - spring
Replies: 14
Views: 9605

Re: WorkFlows - 2019 - spring

testing a transient model that used to use ResultOutputSolve, post file = file.vtu only seems to save one file in the mesh folder, not the transient result. do any of the resultoutputsolver keywords work in the simulation block for post file?
by NJank
07 Mar 2019, 00:48
Forum: General
Topic: WorkFlows - 2019 - spring
Replies: 14
Views: 9605

Re: WorkFlows - 2019 - spring

You can create a default save setup for vtu output simply saying in Simulation section Post File = case.vtu Instead of suffix .ep. I haven't been able to test how that works with transient adaptive mesh refinement relative to what we worked on a few years ago with ResultOutputSolve. does it still c...
by NJank
05 Mar 2019, 00:42
Forum: General
Topic: WorkFlows - 2019 - spring
Replies: 14
Views: 9605

Re: WorkFlows - 2019 - spring

you are working from a different platform than me (I'm on Windows), but I think I somewhat understand your frustration. Since I have the benefit of 99% of my simulation work being 2D, this is exactly the reason that I prefer for a single simulation tool: staying within ElmerGrid for meshing --> Elme...