Skip to content

Commit

Permalink
add pressure scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Sep 29, 2023
1 parent 82700ee commit d765d83
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 83 deletions.
23 changes: 23 additions & 0 deletions examples/example_09/1.input.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
calculations:
- element: Cu
lattice: FCC
lattice_constant: 3.697
mass: 63.546
mode: fe
n_equilibration_steps: 10000
n_iterations: 1
n_switching_steps: 25000
pair_coeff: '* * ../potentials/Cu01.eam.alloy Cu'
pair_style: eam/alloy
pressure: 0.0
queue:
commands:
- conda activate calphy
cores: 4
scheduler: local
reference_phase: solid
repeat:
- 5
- 5
- 5
temperature: 1200.0
23 changes: 23 additions & 0 deletions examples/example_09/1.input.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
calculations:
- element: Cu
lattice: FCC
lattice_constant: 3.697
mass: 63.546
mode: fe
n_equilibration_steps: 10000
n_iterations: 1
n_switching_steps: 25000
pair_coeff: '* * ../potentials/Cu01.eam.alloy Cu'
pair_style: eam/alloy
pressure: 5000.0
queue:
commands:
- conda activate calphy
cores: 4
scheduler: local
reference_phase: solid
repeat:
- 5
- 5
- 5
temperature: 1200.0
23 changes: 23 additions & 0 deletions examples/example_09/1.input.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
calculations:
- element: Cu
lattice: FCC
lattice_constant: 3.697
mass: 63.546
mode: fe
n_equilibration_steps: 10000
n_iterations: 1
n_switching_steps: 25000
pair_coeff: '* * ../potentials/Cu01.eam.alloy Cu'
pair_style: eam/alloy
pressure: 10000.0
queue:
commands:
- conda activate calphy
cores: 4
scheduler: local
reference_phase: solid
repeat:
- 5
- 5
- 5
temperature: 1200.0
25 changes: 25 additions & 0 deletions examples/example_09/2.input.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
calculations:
- element: Cu
lattice: FCC
lattice_constant: 3.697
mass: 63.546
mode: pscale
n_equilibration_steps: 10000
n_iterations: 1
n_switching_steps: 25000
pair_coeff: '* * ../potentials/Cu01.eam.alloy Cu'
pair_style: eam/alloy
pressure:
- 0.0
- 10000.0
queue:
commands:
- conda activate calphy
cores: 4
scheduler: local
reference_phase: solid
repeat:
- 7
- 7
- 7
temperature: 1200.0
21 changes: 0 additions & 21 deletions examples/example_09/input1.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions examples/example_09/input2.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions examples/example_09/input3.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions examples/example_09/input4.yaml

This file was deleted.

0 comments on commit d765d83

Please sign in to comment.