Search found 215 matches

by mark smith
16 Oct 2018, 19:41
Forum: ElmerSolver
Topic: 2nd order prism elements from Gmsh
Replies: 2
Views: 2541

2nd order prism elements from Gmsh

Hi Elmer team, Elmergrid at present isn't coded so as to be able to import a mesh from Gmsh with second order prisms (Gmsh type 13, 18-node second order prism (6 nodes associated with the vertices, 9 with the edges and 3 with the quadrangular faces))? and presumably Elmersolver & Elmersolver_mpi...
by mark smith
05 Jun 2018, 18:09
Forum: General
Topic: Performance under Windows vs. Linux?
Replies: 9
Views: 6768

Re: Performance under Windows vs. Linux?

Hi Matthias,
I recently compared a CFD run on ubuntu 16.04LTS and windows 7 pro 64 running 8 threads using elmersolver_mpi and found no appreciable difference in solver times between the 2 OS's.
HTH
Regards
Mark
by mark smith
26 Mar 2018, 19:56
Forum: ElmerSolver
Topic: defining conditional constant above Simulation section
Replies: 7
Views: 4416

Re: defining conditional constant above Simulation section

Hi Matthias, Your first suggestion gives the following: ERROR:: Model Input: Unknown input section name: n whereas your second suggestion generates this: ERROR:: Model Input: Unknown input section name: matc n = if(alpha <= 1/3) 2.0; else 2 + 0.3*(alpha - 1/3); Thank you for the suggestions and tryi...
by mark smith
26 Mar 2018, 17:49
Forum: ElmerSolver
Topic: defining conditional constant above Simulation section
Replies: 7
Views: 4416

Re: defining conditional constant above Simulation section

Hi Matthias,
Unfortunately I get a similar error:

Solver input file error: MATC ERROR: Expecting identifier, constant or leftpar.

...offending input line: n = if(alpha <= 1/3) 2.0; else 2 + 0.3*(alpha - 1/3);

Regards
Mark
by mark smith
26 Mar 2018, 16:52
Forum: ElmerSolver
Topic: defining conditional constant above Simulation section
Replies: 7
Views: 4416

Re: defining conditional constant above Simulation section

Hi Matthias, Thanks for the suggestion but I still get an error see below. ELMER SOLVER (v 8.3) STARTED AT: 2018/03/26 14:48:58 ParCommInit: Initialize #PEs: 1 MAIN: MAIN: ============================================================= MAIN: ElmerSolver finite element software, Welcome! MAIN: This pro...
by mark smith
26 Mar 2018, 16:27
Forum: ElmerSolver
Topic: defining conditional constant above Simulation section
Replies: 7
Views: 4416

defining conditional constant above Simulation section

Hi All, I want to define a constant which depends on the value of other per-defined constants in the sif file above the Simulation section, i.e. Header CHECK KEYWORDS Warn Mesh DB "." "." Include Path "" Results Directory "" End !! parameters all in SI units $...
by mark smith
17 Mar 2018, 23:15
Forum: ElmerSolver
Topic: Navier Stokes using Mumps
Replies: 3
Views: 2696

Re: Navier Stokes using Mumps

Hi Peter, Surely this is not enough as it produces lots of of warnings about Nonlinear System Convergence Tolerance not found etc? and the output is just the boundary condition values. So what values would you advise for Steady State Convergence Tolerance = Nonlinear System Convergence Tolerance = N...
by mark smith
16 Mar 2018, 23:18
Forum: ElmerSolver
Topic: Navier Stokes using Mumps
Replies: 3
Views: 2696

Navier Stokes using Mumps

Hi All, I've finally updated to the Ubuntu distribution so as I can use the Mumps solver, can someone send me a minimal solver setting for N-S using Mumps for use in my sif files please? There are various sif's in the examples using Mumps but they all seem to include iterative solvers as well or the...
by mark smith
18 Apr 2017, 17:50
Forum: ElmerSolver
Topic: heat & NS with phase change
Replies: 7
Views: 4622

Re: heat & NS with phase change

Hi All, Thanks Anil for the link on the Spatial posts and other helpful suggestions. As I posted before I am getting some useful results for a cylinder of paraffin wax like material melting in serial mode (axi symmetric simulation) with a fully quadrilateral mesh but when I try to solve in parallel ...
by mark smith
11 Apr 2017, 14:50
Forum: ElmerSolver
Topic: heat & NS with phase change
Replies: 7
Views: 4622

Re: heat & NS with phase change

Hi Peter and Elmer users, In the models manual for the heat equation, under the Equation section it has various settings for Phase Change Model, Spatial 1, Spatial 2 and Temporal, now in my cartesian problem I use Spatial 2 as that was what Julien Givernaud used in his simulation, now when I change ...