Merge branch 'FOM_dev' of github.com:JamesEMcClure/LBPM-WIA into FOM_dev
This commit is contained in:
commit
3de437eddf
@ -831,8 +831,8 @@ void ScaLBL_IonModel::Run(double *Velocity, double *ElectricField){
|
||||
if (BoundaryConditionSolid==1){
|
||||
//TODO IonSolid may also be species-dependent
|
||||
ScaLBL_Comm->SolidDirichletD3Q7(&fq[ic*Np*7], IonSolid);
|
||||
ScaLBL_Comm->Barrier(); comm.barrier();
|
||||
}
|
||||
ScaLBL_Comm->Barrier(); comm.barrier();
|
||||
|
||||
// *************EVEN TIMESTEP*************//
|
||||
timestep++;
|
||||
@ -875,8 +875,8 @@ void ScaLBL_IonModel::Run(double *Velocity, double *ElectricField){
|
||||
if (BoundaryConditionSolid==1){
|
||||
//TODO IonSolid may also be species-dependent
|
||||
ScaLBL_Comm->SolidDirichletD3Q7(&fq[ic*Np*7], IonSolid);
|
||||
ScaLBL_Comm->Barrier(); comm.barrier();
|
||||
}
|
||||
ScaLBL_Comm->Barrier(); comm.barrier();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -99,7 +99,6 @@ void ScaLBL_Poisson::ReadParams(string filename){
|
||||
}
|
||||
|
||||
//Re-calcualte model parameters if user updates input
|
||||
epsilon0_LB = epsilon0*(h*1.0e-6);//unit:[C/(V*lu)]
|
||||
epsilon_LB = epsilon0_LB*epsilonR;//electric permittivity
|
||||
|
||||
if (rank==0) printf("***********************************************************************************\n");
|
||||
|
Loading…
Reference in New Issue
Block a user