Skip to content

Commit

Permalink
dimensionless nonlinear
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo committed Jun 26, 2024
1 parent c519501 commit 823b3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xppbe/Model/Equations.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class Non_Linear(Equations_utils):
def __init__(self, *args, **kwargs):
super().__init__(*args,**kwargs)
self.epsilon = self.epsilon_2
self.T_adim = self.T*self.eps0*self.ang_to_m*self.kb/self.qe**2
self.T_adim = self.T*self.PBE.eps0*self.PBE.ang_to_m*self.PBE.kb/self.PBE.qe**2

def get_r(self,mesh,model,X,SU,flag):
x,y,z = X
Expand Down

0 comments on commit 823b3aa

Please sign in to comment.