Skip to content

Commit

Permalink
Fix test and benchmark prms
Browse files Browse the repository at this point in the history
  • Loading branch information
anne-glerum committed Jul 30, 2024
1 parent 88124f0 commit 64988eb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ end
# Number and name of compositional fields
subsection Compositional fields
set Number of fields = 8
set Names of fields = ve_stress_xx, ve_stress_yy, ve_stress_xy, ve_stress_xx_old, ve_stress_yy_old, ve_stress_xy_old, plastic strain, inclusion
set Names of fields = ve_stress_xx, ve_stress_yy, ve_stress_xy, ve_stress_xx_old, ve_stress_yy_old, ve_stress_xy_old, plastic_strain, inclusion
set Types of fields = stress, stress, stress, stress, stress, stress, strain, chemical composition
set Compositional field methods = particles
set Mapped particle properties = ve_stress_xx: ve_stress_xx, \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,20 +136,28 @@ subsection Postprocess
end

subsection Particles
set Number of particles = 3000
set Minimum particles per cell = 25
set Maximum particles per cell = 35
set Particle generator name = random uniform
set Interpolation scheme = cell average
set List of particle properties = elastic stress
set Load balancing strategy = remove and add particles
set Update ghost particles = true
set Time between data output = 500
set Data output format = vtu
end
end

subsection Particles
set Minimum particles per cell = 25
set Maximum particles per cell = 35
set Particle generator name = random uniform
set Interpolation scheme = cell average
set List of particle properties = elastic stress
set Load balancing strategy = remove and add particles
set Update ghost particles = true

subsection Generator
subsection Probability density function
set Number of particles = 3000
end
end
end


# Termination criteria
subsection Termination criteria
set Termination criteria = end time
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set Use operator splitting = false
# Number and name of compositional fields
subsection Compositional fields
set Compositional field methods = particles, particles, particles, particles, particles, particles
set Mapped particle properties = ve_stress_xx:ve_stress_xx, ve_stress_yy:ve_stress_yy, ve_stress_xy:ve_stress_xy \
set Mapped particle properties = ve_stress_xx:ve_stress_xx, ve_stress_yy:ve_stress_yy, ve_stress_xy:ve_stress_xy, \
ve_stress_xx_old:ve_stress_xx_old, ve_stress_yy_old:ve_stress_yy_old, ve_stress_xy_old:ve_stress_xy_old
end

Expand Down

0 comments on commit 64988eb

Please sign in to comment.