I am modeling a case a simple aerofoil. But the file of mesh_output doesn’t output, which I need used as mesh input on archer. I don’t know why. I attached the setup.xml and listing.
To “listing” does not seem to be complete. Does the code crash or hang ?
Also, if the mesh is not modified, the mesh_output is removed, so using the “preprocess” mode is better if you are planning a separate run. The mesh_output generation may also be deactivated or forced by setting mesh->modified in cs_user_mesh.c
Hello Yvan,
I think it’s because the mesh is not modified, as I change another mesh, the file mesh_output can output. The problem is that I used the file attached to restart the case on archer:
Because the code_saturne on archer dosen’t support the format of Cgns, So I need to get the mesh_output in my own computer and make it as the mesh input on arhcer. The problem is the mesh_output didn’t exist. So how can I get that? I have tried preprocess mode.
Thank you so much for your kind help . It now works. But I have one more question. What’s is the different between the cs.solver and run.solver? In this case I can got run.solver, but no cs.solver…
cs_solver is the executable, run_solver the script. There might be no cs_solver when there are no user subroutines, in which case the default cs_solver in the code installation library is used (thar path appears in run_solver).