-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6129 from danieldouglas92/fix_units_in_darcy_velo…
…city_viz Fix the units for the darcy velocity postprocessor
- Loading branch information
Showing
6 changed files
with
82 additions
and
106 deletions.
There are no files selected for viewing
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,59 @@ | ||
----------------------------------------------------------------------------- | ||
----------------------------------------------------------------------------- | ||
----------------------------------------------------------------------------- | ||
|
||
----------------------------------------------------------------------------- | ||
----------------------------------------------------------------------------- | ||
Number of active cells: 4 (on 2 levels) | ||
Number of degrees of freedom: 134 (50+9+25+25+25) | ||
|
||
*** Timestep 0: t=0 years, dt=0 years | ||
Solving temperature system... 0 iterations. | ||
Solving porosity system ... 0 iterations. | ||
Skipping bound_fluid composition solve because RHS is zero. | ||
Solving Stokes system (GMG)... 7+0 iterations. | ||
Relative nonlinear residuals (temperature, compositional fields, Stokes system): 6.2054e-17, 1.34414e-16, 0, 5.09696e-16 | ||
Relative nonlinear residual (total system) after nonlinear iteration 1: 5.09696e-16 | ||
Solving Stokes system (GMG)... 6+0 iterations. | ||
Relative nonlinear residuals (temperature, compositional fields, Stokes system): 6.2054e-17, 1.34414e-16, 0, 1.00007 | ||
Relative nonlinear residual (total system) after nonlinear iteration 1: 1.00007 | ||
|
||
|
||
WARNING: The nonlinear solver in the current timestep failed to converge. | ||
Acting according to the parameter 'Nonlinear solver failure strategy'... | ||
Continuing to the next timestep even though solution is not fully converged. | ||
Postprocessing: | ||
Writing graphical output: output-darcy_convection_step/solution/solution-00000 | ||
|
||
*** Timestep 1: t=103.11 years, dt=103.11 years | ||
*** Timestep 1: t=100.017 years, dt=100.017 years | ||
Solving composition reactions... in 1 substep(s). | ||
Solving temperature system... 0 iterations. | ||
Solving porosity system ... 0 iterations. | ||
Skipping bound_fluid composition solve because RHS is zero. | ||
Solving Stokes system (GMG)... 6+0 iterations. | ||
Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.51395e-16, 1.5726e-16, 0, 2.2185e-16 | ||
Relative nonlinear residual (total system) after nonlinear iteration 1: 3.51395e-16 | ||
Solving Stokes system (GMG)... 0+0 iterations. | ||
Relative nonlinear residuals (temperature, compositional fields, Stokes system): 1.24886e-16, 1.30786e-16, 0, 1.54323e-08 | ||
Relative nonlinear residual (total system) after nonlinear iteration 1: 1.54323e-08 | ||
|
||
|
||
Postprocessing: | ||
|
||
*** Timestep 2: t=200 years, dt=96.8895 years | ||
*** Timestep 2: t=200 years, dt=99.9833 years | ||
Solving composition reactions... in 1 substep(s). | ||
Solving temperature system... 0 iterations. | ||
Solving porosity system ... 0 iterations. | ||
Skipping bound_fluid composition solve because RHS is zero. | ||
Solving Stokes system (GMG)... 7+0 iterations. | ||
Relative nonlinear residuals (temperature, compositional fields, Stokes system): 1.14854e-16, 1.32969e-16, 0, 3.48944e-16 | ||
Relative nonlinear residual (total system) after nonlinear iteration 1: 3.48944e-16 | ||
Solving Stokes system (GMG)... 0+0 iterations. | ||
Relative nonlinear residuals (temperature, compositional fields, Stokes system): 1.5766e-16, 4.62514e-16, 0, 1.54323e-08 | ||
Relative nonlinear residual (total system) after nonlinear iteration 1: 1.54323e-08 | ||
|
||
|
||
Postprocessing: | ||
|
||
Termination requested by criterion: end time | ||
|
||
|
||
+----------------------------------------------+------------+------------+ | ||
+----------------------------------+-----------+------------+------------+ | ||
+----------------------------------+-----------+------------+------------+ | ||
|
||
|
||
WARNING: During this computation 1 nonlinear solver failures occurred! | ||
----------------------------------------------------------------------------- | ||
----------------------------------------------------------------------------- |
72 changes: 36 additions & 36 deletions
72
tests/darcy_convection_step/solution/solution-00000.0000.gnuplot
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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