Search found 18 matches

by mrceresa
30 Jan 2017, 19:23
Forum: General
Topic: Problem with SaveScalar Solver
Replies: 0
Views: 3750

Problem with SaveScalar Solver

Hi, I'm trying to save the value of a variable in some specific coordinates by using the procedure "SaveData" " SaveScalars". The complications is that I need to extract this information for a long list of points. For this, I have written specified two solvers, Solver 2 and Solve...
by mrceresa
21 Jan 2015, 13:40
Forum: ElmerSolver
Topic: Point source for StatCurrentSolve
Replies: 23
Views: 12288

Re: Point source for StatCurrentSolve

Thank you mzenker,

Creating a little sphere is my plan B but I was just trying to avoid introducing new meshed element and get things easier by just creating a point source. If I finally don't get a solution I'll be forced to mesh little spheres in the desired places.
by mrceresa
21 Jan 2015, 11:16
Forum: ElmerSolver
Topic: Point source for StatCurrentSolve
Replies: 23
Views: 12288

Re: Point source for StatCurrentSolve

Hi all again and thank you for your quick replies, I've been trying what you mention but still doesn't work. Annier, I think I cannot apply the "Body Force" method (I tried) because I don't have any body to apply the force on, as I am trying to obtain a point source of current. On the othe...
by mrceresa
19 Jan 2015, 20:55
Forum: ElmerSolver
Topic: Point source for StatCurrentSolve
Replies: 23
Views: 12288

Re: Point source for StatCurrentSolve

I found that using:

Code: Select all

Potential Load = Real 1e-3
works. But we really want to control in current.
Is something like:

Code: Select all

Current Density Load = Real 1e-3
Possible?

Thanks and regards,

Mario
by mrceresa
19 Jan 2015, 20:29
Forum: ElmerSolver
Topic: Point source for StatCurrentSolve
Replies: 23
Views: 12288

Point source for StatCurrentSolve

Hi all! I was wondering, is it possible to define a point source for the current solver analogously to the stress and heat one? We tried: Boundary Condition 2 Target Coordinates(1,3) = -2 -2 -1 Name = "Source" Current Density = 1e-3 End But it seems that it doesn't work Thanks, Mario
by mrceresa
08 Jan 2014, 14:53
Forum: Installation & compilation
Topic: Elmer and qwt 6.1
Replies: 1
Views: 3649

Re: Elmer and qwt 6.1

Thanks Jerome, that solved my problem building Elmer on Fedora 20.

Best,

Mario
by mrceresa
31 May 2013, 16:15
Forum: General
Topic: Exporting a variable for a material
Replies: 2
Views: 2764

Re: Exporting a variable for a material

Thanks Oliver, It worked!

Best,

Mario
by mrceresa
30 May 2013, 19:38
Forum: General
Topic: Exporting a variable for a material
Replies: 2
Views: 2764

Exporting a variable for a material

Hi all, I define a Young Modulus with an UDF such as: Material 2 Name = "Membrane" Poisson ratio = 0.3 Youngs modulus = Variable time;Real Procedure "MembraneStuff" "YOUNGS"; Sound speed = 5000.0 Mesh Poisson ratio = 0.30 Density = 1e6 End and then try to export in vtu ...
by mrceresa
22 Feb 2013, 16:53
Forum: External tools
Topic: Error importing Abaqus mesh
Replies: 1
Views: 4843

Re: Error importing Abaqus mesh

Just for record and if someone else needs it: the best way I found so far to export a volumetric mesh from ICEM to Elmer is to export the 3d volumetric mesh as a Nastran (*.nas) file, import it in gmsh and save in Universal (*.unv). Then import it with ElmerGrid -autoclean This way it saves all the ...
by mrceresa
22 Feb 2013, 16:47
Forum: ElmerPost
Topic: Paraview shows metis partition borders in output
Replies: 1
Views: 4677

Paraview shows metis partition borders in output

Hi all, When I run a parallel simulation and look at the results in paraview, the volume shows some heavy signs of being partitioned and it is a bit ugly if I want to take some screenshots (Please look at the difference between the partioned and un-partitioned volumes to see what I mean). Is there a...