Search found 44 matches

by tetraeder
18 Feb 2014, 20:38
Forum: External tools
Topic: import boundary condition
Replies: 9
Views: 11170

Re: import boundary condition

Hi,

thank you. Using the UDF worked.
by tetraeder
18 Feb 2014, 13:10
Forum: External tools
Topic: import boundary condition
Replies: 9
Views: 11170

Re: import boundary condition

Ah okay i understand. Thanks.

And what if the coordinates represent existing nodes? Is there way to use the node id's?
by tetraeder
18 Feb 2014, 13:01
Forum: External tools
Topic: import boundary condition
Replies: 9
Views: 11170

Re: import boundary condition

Hi, does it also works with 4 column tables? For example the first 3 columns contain x y and z coordinates and the 4. the value. I have tried to do it this way Temp = Variable Coordinate 1, Coordinate 2, Coordinate 3 Real include InterfaceTemperature.dat End But unfortunately elmer uses just the 2. ...
by tetraeder
02 Aug 2013, 10:45
Forum: ElmerSolver
Topic: TransientPhaseChange multi dimensional
Replies: 1
Views: 1866

TransientPhaseChange multi dimensional

Hello, i have a question about the non-eulerian phase change solver (Front Tracking Method). The test case "PhaseChange3" shows an example how to use this solver. The interface is given by the PhaseSurface variable. This variable is the input for the Mesh Update keyword in the boundary sec...
by tetraeder
21 Jul 2013, 13:50
Forum: Software development
Topic: Access to isosurf mesh coordinates
Replies: 1
Views: 3829

Re: Access to isosurf mesh coordinates

I think i figured it out by myself. In IsosurfaceSolver you can define the name of the mesh with the keyword "Mesh Name". Then you can get the mesh nodes by: Pmesh => Model % Meshes DO WHILE(ASSOCIATED(Pmesh)) IF ( Pmesh % Name == "the name of the mesh") THEN Isosurf=>Pmesh EXIT ...
by tetraeder
20 Jul 2013, 16:45
Forum: ElmerSolver
Topic: FSI with phase change
Replies: 15
Views: 12108

Re: FSI with phase change

Ah okay i understand! I will try. Thank you.
by tetraeder
20 Jul 2013, 16:43
Forum: Software development
Topic: Access to isosurf mesh coordinates
Replies: 1
Views: 3829

Access to isosurf mesh coordinates

Hello Elmer Community, i was wondering if theres a way to use the mesh coordinates of an isosurface or isoline, which has been calculated by IsosurfaceSolver, in a user defined solver. I tried to copy some code from the saveline subroutine, but it didn't work... What i basically need is just an arra...
by tetraeder
19 Jul 2013, 17:27
Forum: ElmerSolver
Topic: FSI with phase change
Replies: 15
Views: 12108

Re: FSI with phase change

Thank you for your answer! Your idea sounds really good. But i still have some questions. 1) How can i apply the Reynolds equation for a boundary? In my previous models i applied equations to bodies inside the body section. 2) What do you mean with "reduced dimensional model for the phase chang...
by tetraeder
12 Jul 2013, 21:34
Forum: ElmerSolver
Topic: FSI with phase change
Replies: 15
Views: 12108

Re: FSI with phase change

After some hard time trying to calculate the melting velocity, i'm back with another approach for my problem. I read some papers about Stokes's problem with melting, which is also called contact melting. Through all papers they used the quasi-steady state approach, because after some initial time, t...
by tetraeder
03 Jul 2013, 11:46
Forum: Software development
Topic: Types of Global Variables
Replies: 2
Views: 4187

Re: Types of Global Variables

Okay. Thank you.