-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New coupling assembly computations #1970
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e70228a
Added a boolean member to class Process to distinguish the monolithic…
wenqing d12f49c
[Coupling] Modified Process::constructDofTable() for the assembly of …
wenqing c2db4b3
[HT] Use the forward declaration of a class in HTProcess.h
wenqing 58d5c91
[Coupling] Modified the process definitions in Process/HT for the ass…
wenqing 8a8ff3e
[Couping] Modified the settings of IC for the staggered scheme
wenqing 7baa747
[Coupling] Modified some members of Process for setting the coupled term
wenqing 2ffa66c
[Coupling] Removed the coupled process members
wenqing 6990343
[HT] Use the forward delaration of HTMaterialProperties
wenqing 4c3bc22
[HT] Added two parameters of the solid thermal expansion in the flow …
wenqing 90ef9f1
[Coupling] Added local assemblers to HT for the staggered scheme
wenqing 0017c43
[HT] Set thermal dispersivity as an optional input
wenqing cba5e24
[HT] Moved the computation of the coefficients of the heat transport …
wenqing 12519e6
[HT] Modified the velocity calculation in order that it can be used f…
wenqing fe86513
[HT] Removed an unused member, fluid_reference_density
wenqing f1ccca4
[Coupling] Removed the coupling calculation from the classes of singl…
wenqing e910a89
[Coupling] Modified outpout and initial condition members for the sta…
wenqing e1dad8c
[Coupling] Made CoupledSolutionsOfPreviousTimeStep be local accessibl…
wenqing 6cf73d7
[HT] Added two boolean members to HTMaterialProperties
wenqing 7b71f23
[PCS] Separate the process variables, BCs and STs by process in class…
wenqing ce79f15
[PCS] Changed the type of the process class member of process variables
wenqing 6e00c5f
[PCS] Add an option to separate the process variables by process
wenqing 3943c5b
[PCS] Changed process variable storage for single process classes
wenqing 4c88ef1
[Test] Added a new test to solve the HT monolithic test with the stag…
wenqing e79b9a2
Code modernization by clang-tidy
wenqing 42be673
Improvement in the coding according to Dima's comments
wenqing File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
...e/prj/processes/process/HT/solid_thermal_expansion/i_solid_thermal_expansion.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,2 @@ | ||
Parameters of solid thermal expansion in flow process. | ||
|
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...ectFile/prj/processes/process/HT/solid_thermal_expansion/t_thermal_expansion.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 @@ | ||
Line thermal expansion of solid. |
2 changes: 2 additions & 0 deletions
2
Documentation/ProjectFile/prj/processes/process/HT/t_coupling_scheme.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,2 @@ | ||
An optional input to select the coupling scheme. The variable is 'staggered'. | ||
If this input is omitted, the coupling scheme is the monolithic scheme by default. |
3 changes: 0 additions & 3 deletions
3
Documentation/ProjectFile/prj/processes/process/HT/t_fluid_reference_density.md
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...ectFile/prj/processes/process/HT/thermal_dispersivity/i_thermal_dispersivity.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 @@ | ||
Optional input for thermal dispersion properties. |
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...entation/ProjectFile/prj/processes/process/HYDRO_MECHANICS/t_coupling_scheme.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,2 @@ | ||
An optional input to select the coupling scheme. So far, only the monolithic | ||
scheme is available for HYDRO_MECHANICS, and this input can be omitted. |
2 changes: 2 additions & 0 deletions
2
...ProjectFile/prj/processes/process/HYDRO_MECHANICS_WITH_LIE/t_coupling_scheme.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,2 @@ | ||
An optional input to select the coupling scheme. So far, only the monolithic | ||
scheme is available for HYDRO_MECHANICS_WITH_LIE, and this input can be omitted. |
1 change: 0 additions & 1 deletion
1
...rojectFile/prj/processes/process/LIQUID_FLOW/material_property/solid/i_solid.md
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...rj/processes/process/LIQUID_FLOW/material_property/solid/t_thermal_expansion.md
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/t_coupling_scheme.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,2 @@ | ||
An optional input to select the coupling scheme. So far, only the monolithic | ||
scheme is available for PHASE_FIELD, and this input can be omitted. |
3 changes: 3 additions & 0 deletions
3
...ojectFile/prj/processes/process/RichardsComponentTransport/t_coupling_scheme.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,3 @@ | ||
An optional input to select the coupling scheme. So far, only the monolithic | ||
scheme is available for RichardsComponentTransport, and this input can be | ||
omitted. |
2 changes: 2 additions & 0 deletions
2
...ntation/ProjectFile/prj/processes/process/THERMO_MECHANICS/t_coupling_scheme.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,2 @@ | ||
An optional input to select the coupling scheme. So far, only the monolithic | ||
scheme is available for THERMO_MECHANICS, and this input can be omitted. |
1 change: 0 additions & 1 deletion
1
...ctFile/prj/time_loop/processes/process/coupled_processes/i_coupled_processes.md
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...jectFile/prj/time_loop/processes/process/coupled_processes/t_coupled_process.md
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The for loop could be a for-range, because
i
is not used but to access the variable_names.This should work w/o variable_names array:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed accordingly.