syntax problem with restart ?

Numerical methods and mathematical models of Elmer
Post Reply
lionel
Posts: 27
Joined: 26 Jan 2010, 12:32

syntax problem with restart ?

Post by lionel »

Hi Elmer,

See below one of my solvers called in the .sif

Solver 3
Equation = "Fw"
Variable = "Fw"[Fwater:3]"
Variable DOFs = 3
Procedure = "./GetHydrostaticLoads" "GetHydrostaticLoads"
End

When using this I have no problem with the Restart (those to add in Simulation section), but if I replace Variable = "Fw" by Variable = "Fw[Fwater:3]" (for ElmerGrid purposes) I can't restart a job anymore. The beginning of the .result in that last case appears like the section below, the concerning line is bolded.

Have you an idea of what is happening ? The following line about "flow solution loads" doesn't seem to be problematic, whereas it appears the same way

Good day and Best regards

ASCII 1
!File started at: 2011/02/01 12:30:47
Degrees of freedom:
normalvector 3 :fs
fw[fwater:3] 3 :fs
flow solution 4 :fs
flow solution loads[stress vector:3 ceq residual:1] 4 :fs
mesh update 3 :fs
mesh velocity 3 :fs
integrated velocity 2 :fs
groundedmask 1 :fs
normalvector 1 1 :fs
normalvector 2 1 :fs
normalvector 3 1 :fs
fwater 1 1 :fs
fwater 2 1 :fs
fwater 3 1 :fs
velocity 1 1 :fs
velocity 2 1 :fs
velocity 3 1 :fs
pressure 1 :fs
stress vector 1 1 :fs
stress vector 2 1 :fs
stress vector 3 1 :fs
ceq residual 1 :fs
zstop 1 :fs
zstop residual 1 :fs
zsbottom 1 :fs
zsbottom residual 1 :fs
mesh update 1 1 :fs
mesh update 2 1 :fs
mesh update 3 1 :fs
mesh velocity 1 1 :fs
mesh velocity 2 1 :fs
mesh velocity 3 1 :fs
depth 1 :fs
integrated velocity 1 1 :fs
integrated velocity 2 1 :fs
Total DOFs: 28
Number Of Nodes: 1749
Juha
Site Admin
Posts: 357
Joined: 21 Aug 2009, 15:11

Re: syntax problem with restart ?

Post by Juha »

Hi Lionel,

if you could post a self contained example, i could have a look?

RGDS; juha
Post Reply