loganoz / horses3d

HORSES3D: A high-order discontinuous Galerkin solver for flow simulations and multi-physics applications
https://loganoz.github.io/horses3d/
MIT License
112 stars 24 forks source link

How to restart simulation with Higher Order Polynomial basis #148

Closed garicano closed 1 year ago

garicano commented 1 year ago

Hello:

I have computed a steady solution for the laminar flow around a circular cylinder (ReD=40, Ma=0.3) using polinomial order 3.

I'm trying to restart the computation, but using polynomial order 5 (see attached control file).

I receive the following error message:
Error reading restart file: wrong dimension for element 1. Element dimensions: 5 ,5 ,0. Restart dimensions: 3 ,3 ,0. Error in file HexMesh.f90, in line 3330.

Could you please help me with the control file configuration? Thanks!

I attach the solution file as well, in case it is useful for reproducing the error message.

CylCirc.hsol.txt CylinderCircularSection.control.txt