Search found 9 matches

by Bdefleur
14 Jun 2012, 17:22
Forum: General
Topic: Running solvers on different Timestep
Replies: 0
Views: 1610

Running solvers on different Timestep

Hi I am dealing with a couple problem in which two different physical processe have different timescales. First is a Glaciological problem which involve a time consuming solver over timesteps of a year (more or less). The coupled problem is an hydrological one in which the timestep should be a lot s...
by Bdefleur
25 Apr 2012, 11:13
Forum: External tools
Topic: Extracting Boundaries in Paraview
Replies: 18
Views: 18665

Re: Extracting Boundaries in Paraview

Hi Franz

Thanks for the tip, vtk file works well for me.

Regards
Basile
by Bdefleur
24 Apr 2012, 19:03
Forum: External tools
Topic: Extracting Boundaries in Paraview
Replies: 18
Views: 18665

Re: Extracting Boundaries in Paraview

Hi

It would probably be easier to get the BC_ID's directly in ResultOutputSolver and dispatching it with the other variables. I will get a better look at this option tomorrow.

Basile
by Bdefleur
24 Apr 2012, 16:20
Forum: External tools
Topic: Extracting Boundaries in Paraview
Replies: 18
Views: 18665

Re: Extracting Boundaries in Paraview

Hi

My first thought were to pick directly the nodeindexes of BC I am interested in in the mesh.boundary file and to create a selection in paraview. But I don't know anything in Python to write the needed macro. So If the BC indexes could be saved in the vtu file this would be perfect.

Basile
by Bdefleur
24 Apr 2012, 15:44
Forum: External tools
Topic: Extracting Boundaries in Paraview
Replies: 18
Views: 18665

Re: Extracting Boundaries in Paraview

Hi

I was fearing this answer. In fact I also want to be abble to see the body of my material so your solution does not seem to fit (Or could I run two ResultOutput solver, one for the boundary and one for the all geometry).
by Bdefleur
24 Apr 2012, 15:26
Forum: External tools
Topic: Extracting Boundaries in Paraview
Replies: 18
Views: 18665

Re: Extracting Boundaries in Paraview

Hi Peter

I see the point of your answer but I don't see how to access to the permutation vector in paraview.

Basile
by Bdefleur
24 Apr 2012, 12:11
Forum: External tools
Topic: Extracting Boundaries in Paraview
Replies: 18
Views: 18665

Re: Extracting Boundaries in Paraview

Slice filter will only work on a flat surface which is not the usual for my geometries. The "extract surface" work well when coupled to a "clip" filter to get rid of top and side surfaces but it is still not perfect, I will see if paraview users have more ideas.

Thanks
Basile
by Bdefleur
24 Apr 2012, 11:00
Forum: External tools
Topic: Extracting Boundaries in Paraview
Replies: 18
Views: 18665

Extracting Boundaries in Paraview

Hi I am working on a 2D plan problem which is delt by Elmer as the boundary condition of a larger 3D computation. I would be glad to get only this boundary when post processing my data with paraview. So, do you know if it is possible to extract only one boundary from the general geometry in paraview...
by Bdefleur
20 Apr 2012, 12:11
Forum: General
Topic: Logical answer to Mat Function
Replies: 3
Views: 3435

Logical answer to Mat Function

Hi I was wondering if it was possible to apply a spatialy variable logical condition using Matc function. The code I am currently using seems to fail to fix the condition : Open Pipe = Variable coordinate 2 Logical Matc "if(tx>=400) TRUE else FALSE" Is that failure just a syntax issue or s...