save the work;results needs to be validated

This commit is contained in:
Rex Zhe Li
2020-10-05 11:03:35 -04:00
parent 88063edb97
commit d40de38c48
6 changed files with 92 additions and 17 deletions

View File

@@ -31,6 +31,7 @@ public:
void Initialize();
void Run(double *Velocity, double *ElectricField);
void getIonConcentration(int timestep);
void getIonConcentration_debug(int timestep);
void DummyFluidVelocity();
void DummyElectricField();
double CalIonDenConvergence(vector<double> &ci_avg_previous);