Hello - New User

Hello,
I am a new user to OpenGeoSys.

I have downloaded the precompiled binary to run on Windows 10 64bit Pro.
ogs-6.4.0-Windows-10.0.14393-de-utils.zip

When I execute dataexplorer.exe I receive the following errors and dataexplorer does not launch…

C:\MJT\TetGen\ogs-6.4.0-Windows-10.0.14393-de-utils\bin>dataexplorer.exe
Generic Warning: In E:\cpm\vtk\445720f373b4d1489ee7d895cbe921e3e5d1168a\Rendering\Core\vtkRenderer.cxx, line 58
Error: no override found for ‘vtkRenderer’.

Generic Warning: In E:\cpm\vtk\445720f373b4d1489ee7d895cbe921e3e5d1168a\Rendering\Core\vtkPolyDataMapper.cxx, line 28
Error: no override found for ‘vtkPolyDataMapper’.

Warning: In E:\cpm\vtk\445720f373b4d1489ee7d895cbe921e3e5d1168a\Rendering\Core\vtkInteractorStyleSwitchBase.cxx, line 39
vtkInteractorStyleSwitchBase (0000027B203C2E70): Warning: Link to vtkInteractionStyle for default style selection.

Generic Warning: In E:\cpm\vtk\445720f373b4d1489ee7d895cbe921e3e5d1168a\Rendering\Core\vtkPolyDataMapper.cxx, line 28
Error: no override found for ‘vtkPolyDataMapper’.

Could anyone help me with this error?

Thanks much,
Mark

I have the same issue. Did you find a solution?

I think dataexplorer is not that useful in OGS6.
I highly suggest you can follow this page step by step, especially the running part and BASICS, POST PROCESSING. Introduction
If you have run OGS6 successfully, then you can try to run some benchmarks that you are interested in on this page, Dirichlet-type boundary conditions. Finally, find a related benchmark and modify the codes to build your model.

Some useful video tutorial:
pre-processing:https://www.youtube.com/watch?v=BULunRJQRJ0&t=8s
solving: https://www.youtube.com/watch?v=GL5sugIyHEk&t=325s
post-processing: https://www.youtube.com/watch?v=bkmubABAA_s

Bear in mind: If you want to establish a OGS6 model, you must do pre-processing, writing your codes and testing (mainly about mesh, gml, and prj), post-processing (paraview, The ParaView Guide | ParaView).

Best,
-Rui

Yes, I installed the latest build on the continuous integration system. Everything seems to run well now.

ogs-6.4.0-326-python-3.7.2-de-utils.zip

I also updated my version of ParaView to v5.9.1-rc1 but this may not be necessary.
Mark

@Rui_Feng Thanks much for the info. I think the main struggle now is using output from Minesight (stl’s) etc. with cross cutting features (such as fault planes) to define the domain to mesh. Do you have any examples of this process?

Actually, I haven’t used Minesight to build my model. I just use Gmsh to pre-process my model. As far as I know, Gmsh is a better choice for meshing in OGS6 and I don’t know whether the mesh file from Minesight is supported by OGS6.