-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'timeloop_local_solution' into 'master'
Timeloop: Bind processes See merge request ogs/ogs!4724
- Loading branch information
Showing
12 changed files
with
220 additions
and
7 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
.../global_process_coupling/local_coupling_processes/i_local_coupling_processes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Specifies processes that will be solved in a locally coupled loop within the staggered solution scheme. |
1 change: 1 addition & 0 deletions
1
...rj/time_loop/global_process_coupling/local_coupling_processes/t_process_name.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Defines the local process coupling. |
1 change: 1 addition & 0 deletions
1
Documentation/ProjectFile/prj/time_loop/processes/process/t_process_name.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Defines the name of the process. The name is used, for example in the local coupling loop in the staggered scheme. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
Tests/Data/ThermoMechanicalPhaseField/beam3d_local_coupling_displacement_phasefield.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<OpenGeoSysProjectDiff base_file="beam3d.prj"> | ||
<add sel="/*/time_loop/global_process_coupling/convergence_criteria" after_includes="true" pos="before"> | ||
<local_coupling_processes> | ||
<process_name>displacement</process_name> | ||
<process_name>phasefield</process_name> | ||
</local_coupling_processes> | ||
</add> | ||
<add sel="/*/time_loop/processes/process[2]"> | ||
<process_name>displacement</process_name> | ||
</add> | ||
<add sel="/*/time_loop/processes/process[3]"> | ||
<process_name>phasefield</process_name> | ||
</add> | ||
<replace msel="/*/time_loop/output/prefix/text()">beam3d_local_coupling_displacement_phasefield</replace> | ||
</OpenGeoSysProjectDiff> |
16 changes: 16 additions & 0 deletions
16
Tests/Data/ThermoMechanicalPhaseField/beam3d_local_coupling_temperature_displacement.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<OpenGeoSysProjectDiff base_file="beam3d.prj"> | ||
<add sel="/*/time_loop/global_process_coupling/convergence_criteria" after_includes="true" pos="before"> | ||
<local_coupling_processes> | ||
<process_name>temperature</process_name> | ||
<process_name>displacement</process_name> | ||
</local_coupling_processes> | ||
</add> | ||
<add sel="/*/time_loop/processes/process[1]"> | ||
<process_name>temperature</process_name> | ||
</add> | ||
<add sel="/*/time_loop/processes/process[2]"> | ||
<process_name>displacement</process_name> | ||
</add> | ||
<replace msel="/*/time_loop/output/prefix/text()">beam3d_local_coupling_temperature_displacement</replace> | ||
</OpenGeoSysProjectDiff> |
16 changes: 16 additions & 0 deletions
16
Tests/Data/ThermoMechanicalPhaseField/beam3d_local_coupling_temperature_phasefield.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<OpenGeoSysProjectDiff base_file="beam3d.prj"> | ||
<add sel="/*/time_loop/global_process_coupling/convergence_criteria" after_includes="true" pos="before"> | ||
<local_coupling_processes> | ||
<process_name>temperature</process_name> | ||
<process_name>phasefield</process_name> | ||
</local_coupling_processes> | ||
</add> | ||
<add sel="/*/time_loop/processes/process[1]"> | ||
<process_name>temperature</process_name> | ||
</add> | ||
<add sel="/*/time_loop/processes/process[3]"> | ||
<process_name>phasefield</process_name> | ||
</add> | ||
<replace msel="/*/time_loop/output/prefix/text()">beam3d_local_coupling_temperature_phasefield</replace> | ||
</OpenGeoSysProjectDiff> |