-
Notifications
You must be signed in to change notification settings - Fork 0
/
babbler.log
38 lines (30 loc) · 1.14 KB
/
babbler.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# directories in babbler_devel/ will be translated into commits with the messages provided here
#
# the name of the directory <dir> must be enclosed in square brackets, e.g., "[<dir>]"
#
# the reader will interpret all lines that follow "[<dir>]" as a commit message until it encounters
# the empty bracket "[]"
#
# commits may be multiple lines and leading/trailing white space is ignored
[step01_moose_app]
Initial files
[]
[step02_input_file]
created an input file to solve diffusion problem
[]
[step05_kernel_object]
developed kernel to solve Darcy pressure and updated the problem input file
[]
[step06_input_params]
defined "permeability" and "viscosity" input parameters
[]
[step08_test_harness]
implemented a zero-viscosity error and created tests for the Darcy pressure kernel
[]
[step09_mat_props]
developed material to compute properties of fluid flow through packed steel sphere medium and modified Darcy kernel
[]
[step10_auxkernels]
developed auxkernel for computing the velocity associated with a pressure gradient in accordance with Darcy's law
[]
# Note: tutorial docs could eventually reference this file for all "Commit" sub-steps