Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dumux-phasefield
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-appl
dumux-phasefield
Commits
a5546ff8
Commit
a5546ff8
authored
2 years ago
by
abc
Browse files
Options
Downloads
Patches
Plain Diff
New Version with some more discretization variants
parent
d7dd53a9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dumux/phasefield/localresidual.hh
+326
-118
326 additions, 118 deletions
dumux/phasefield/localresidual.hh
test/plainallencahn/params.input
+12
-5
12 additions, 5 deletions
test/plainallencahn/params.input
test/plainallencahn/problem.hh
+671
-97
671 additions, 97 deletions
test/plainallencahn/problem.hh
with
1009 additions
and
220 deletions
dumux/phasefield/localresidual.hh
+
326
−
118
View file @
a5546ff8
This diff is collapsed.
Click to expand it.
test/plainallencahn/params.input
+
12
−
5
View file @
a5546ff8
[TimeLoop]
TEnd = 4
# end time of the simulation
DtInitial = 1e-2
# initial time step size
MaxTimeStepSize =
5
e-2 # maximal time step size
TEnd = 4 # end time of the simulation
DtInitial = 1e-2 # initial time step size
MaxTimeStepSize =
1
e-2 # maximal time step size
[Grid]
LowerLeft = 0 0 # lower left (front) corner of the domain
...
...
@@ -16,8 +16,9 @@ Regularization = 1e-10 # regularization parameter for solute transport
DensitySolid = 1.0 # concentration density of solid phase
DiffusionCoefficient = 0.2 # diffusion coefficient for solute
IcScaling = 1.0 # scaling factor in phsaefield-profile in initial conditions
PrintMatrix = false
Name = test_
curvature
# base name for VTK output files
Name = test_
VolumeTermSymmetricAllelements
# base name for VTK output files
OutputInterval = 0.1 # interval size for VTK output
[Newton]
...
...
@@ -25,5 +26,11 @@ MaxSteps = 10
TargetSteps = 10
MaxRelativeShift = 10e-8
[Assembly]
Multithreading = false
[Curvature]
Implementation = "None" # select discretization of curvature correction (None, OldFlux)
Implementation = "VolumeTermSymmetricAllelements" # select discretization of curvature correction (None, OldFlux, OnlyNormal,CentralFD,diagonalElements)
Alpha = 0.33333333333
Beta = 0.66666666666
This diff is collapsed.
Click to expand it.
test/plainallencahn/problem.hh
+
671
−
97
View file @
a5546ff8
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment