Why salome-elmer simulation could return LUA error when doing linear elasticity simulation?

Mesh generators, CAD programs, and other tools
Post Reply
tryphena
Posts: 35
Joined: 16 Apr 2021, 17:38
Antispam: Yes

Why salome-elmer simulation could return LUA error when doing linear elasticity simulation?

Post by tryphena »

I am using Salome-Elmer to do linear elasticity simulation and have an LUA error. I found out it may be the reading problem.

Code: Select all

ParCommInit:  Initialize #PEs:            1
MAIN:
MAIN: =============================================================
MAIN: ElmerSolver finite element software, Welcome!
MAIN: This program is free software licensed under (L)GPL
MAIN: Copyright 1st April 1995 - , CSC - IT Center for Science Ltd.
MAIN: Webpage http://www.csc.fi/elmer, Email elmeradm@csc.fi
MAIN: Version: 9.0 (Rev: Release, Compiled: 2021-01-22)
MAIN:  Running one task without MPI parallelization.
MAIN:  Running with just one thread per task.
MAIN:  Lua interpreted linked in.
MAIN: =============================================================
LoadInputFile: Reading only "Run Control" section
MAIN:
MAIN:
MAIN: -------------------------------------
MAIN: Reading Model: C:\Users\...\Downloads\ElmerLocal\CurvedFiber\strightShellAndCorePiezoresistivity\case.sif
 Caught LUA error:...0-Release/share/elmersolver/lua-scripts/defaults.lua:58: r
LoadInputFile: Scanning input file: C:\Users\
when I open the Lua file, line 57-58 writes:

Code: Select all

function readsif(fname)
  local f = assert(io.open(fname), 'r')
Anyone knows why? Thanks?
Post Reply