Skip to content

Commit

Permalink
default values
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo committed Jun 17, 2024
1 parent f014e91 commit 9af4875
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions xppbe/Mesh/Mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ def __init__(self, molecule, mesh_properties, simulation='Main', path='', save_p

self.mesh_properties = {
'density_mol': 10,
'density_border': 4,
'density_border': 0.5,
'percentage_surf_mesh': 1.0,
'vol_max_interior': 0.04,
'vol_max_exterior': 0.1,
'vol_max_interior': 0.06,
'vol_max_exterior': 0.6,
'percentage_vol_mesh': 1.0,
'dx_experimental': 1.0,
'N_pq': 1,
Expand Down
4 changes: 2 additions & 2 deletions xppbe/Simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ mesh_properties:
vol_max_interior: 0.06
vol_max_exterior: 0.6
density_mol: 10
density_border: 3
density_border: 0.5
dx_experimental: 0.8
N_pq: 1
G_sigma: 0.04
mesh_generator: msms
dR_exterior: 3
dR_exterior: 4
center_pqr: false

# Phi ENS method
Expand Down

0 comments on commit 9af4875

Please sign in to comment.