Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cm3Libraries
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm3
cm3Libraries
Merge requests
!171
Vdg cm3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Vdg cm3
vdg-cm3
into
master
Overview
0
Commits
13
Pipelines
0
Changes
20
Merged
Van Dung NGUYEN
requested to merge
vdg-cm3
into
master
6 years ago
Overview
0
Commits
13
Pipelines
0
Changes
20
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b2bde1a3
13 commits,
6 years ago
20 files
+
996
−
1434
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
NonLinearSolver/internalPoints/ipNucleation.h
+
6
−
0
View file @ b2bde1a3
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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