piere canilandi

Results 17 comments of piere canilandi

Thank you, sir. Actually, I am still learning to use mulgrid but I already use software like Petrasim to create grid geometry. Is there any methods that you can recommend...

Thank you for your acknowledgment. It would be greatly appreciated if you could update the code to address the connection issue. I eagerly await the update.

Thank you for your prompt response. It appears that the error regarding blockmap naming inversion has been resolved. However, a new issue has arisen concerning generation. I have attached the...

Thank you again for your response. I am pleased to inform you that the Python file runs flawlessly. My objective in building the model is to analyze the pressure, temperature,...

I just open the '.msh' file and it's fine. ![image](https://github.com/acroucher/PyTOUGH/assets/82313121/f10aad79-899f-445e-8967-7e7c2b784a41) When I run waiwera, it still show this error. `[0]PETSC ERROR: --------------------- Error Message -------------------------------------------------------------- [0]PETSC ERROR: Unexpected data in...

Following the export from the Gmsh application, the model runs smoothly without any issues. However, I remain uncertain about the underlying differences. Nevertheless, I appreciate your assistance thus far. Thank...

Thank you for the comprehensive explanation. I have now scaled up my simulation to incorporate topography. However, after converting using the same method, I noticed that several blocks are missing...

As you are aware, PetraSim utilizes a layer-based surface for topography input, whereas PyTOUGH employs a staircase style.

Hi @acroucher, Thank you for your response. I will try that method. Currently, I am aiming to create a better grid using the `refine()` method and subsequently `optimize()` it as...

Thanks, the code run perfectly. ``` from t2data import * from t2grids import * from mulgrids import * def refine_and_optimize(geo, polygon): ref_cols = [col for col in geo.columnlist if col.in_polygon(polygon)]...