Skip to content
Snippets Groups Projects

Vdg cm3

Merged Van Dung NGUYEN requested to merge vdg-cm3 into master
20 files
+ 996
1434
Compare changes
  • Side-by-side
  • Inline

Files

@@ -39,6 +39,12 @@ class IPNucleation{
@@ -39,6 +39,12 @@ class IPNucleation{
virtual double& getRefToNucleatedPorosity() {return nucleatedfV;};
virtual double& getRefToNucleatedPorosity() {return nucleatedfV;};
virtual double& getRefToNucleatedPorosityIncrement() {return DeltafV;};
virtual double& getRefToNucleatedPorosityIncrement() {return DeltafV;};
virtual double& getRefToDNucleatedPorosityDMatrixPlasticDeformation() {return DDeltafVDHatP;};
virtual double& getRefToDNucleatedPorosityDMatrixPlasticDeformation() {return DDeltafVDHatP;};
 
 
virtual void resetNucleation(const IPNucleation& ipv) {
 
nucleatedfV = ipv.nucleatedfV;
 
DeltafV = 0.;
 
DDeltafVDHatP = 0.;
 
};
};
};
class IPLinearNucleationRate : public IPNucleation{
class IPLinearNucleationRate : public IPNucleation{
Loading