restart with init file

Numerical methods and mathematical models of Elmer
kevinarden
Posts: 2315
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: restart with init file

Post by kevinarden »

I did it this way

CHECK KEYWORDS Warn
Mesh DB "." "system"
Include Path ""
Results Directory "res_transient"
End

Constants
Permittivity of Vacuum = 8.8542e-12
End

Simulation
Max Output Level = 7
Coordinate System = Cartesian
Simulation Type = Transient
Timestepping Method = BDF
BDF Order = 2
Timestep Sizes = 10
Timestep Intervals = 2
Post File = case.vtu
Output Intervals = 1
output file = "../restart_file/restart.data"
End
Post Reply