Skip to content

Commit

Permalink
update init
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdark committed Oct 11, 2023
1 parent ff7e7aa commit 4dd4c50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions festim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
R = 8.314462618 # Gas constant J.mol-1.K-1
k_B = 8.6173303e-5 # Boltzmann constant eV.K-1

from .material import Material

from .mesh.mesh import Mesh
from .mesh.mesh_1d import Mesh1D

from .hydrogen_transport_problem import HydrogenTransportProblem

from .species import Species, Trap

from .subdomain.surface_subdomain import SurfaceSubdomain1D
from .subdomain.volume_subdomain import VolumeSubdomain1D

from .hydrogen_transport_problem import HydrogenTransportProblem

0 comments on commit 4dd4c50

Please sign in to comment.