Skip to content

Commit 3979961

Browse files
authored
Merge pull request #28 from ajacquey/devel
Update MOOSE and headers
2 parents 5bc7b97 + abb06f7 commit 3979961

File tree

134 files changed

+338
-232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+338
-232
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install MOOSE packages
3535
shell: bash -l {0}
3636
run: |
37-
mamba install moose-dev=2024.10.01=mpich
37+
mamba install moose-dev=2024.10.17=mpich
3838
- name: Compile BEAVER
3939
shell: bash -l {0}
4040
run: |
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install MOOSE packages
6464
shell: bash -l {0}
6565
run: |
66-
mamba install moose-dev=2024.10.01=mpich lcov
66+
mamba install moose-dev=2024.10.17=mpich lcov
6767
- name: Compile and test BEAVER (with coverage)
6868
shell: bash -l {0}
6969
run: |

doc/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Content:
88
- css/*
99
- contrib/**
1010
- media/**
11-
fluid_properties:
12-
root_dir: ${MOOSE_DIR}/modules/fluid_properties/doc/content
1311

1412
Renderer:
1513
type: MooseDocs.base.MaterializeRenderer
@@ -24,7 +22,6 @@ Extensions:
2422
Viscoelasticity: examples/viscoelasticity/index.md
2523
Documentation:
2624
Beaver syntax: documentation/beaver.md
27-
Fluid Properties syntax: documentation/fluid_properties.md
2825
MooseDocs.extensions.appsyntax:
2926
executable: ${ROOT_DIR}
3027
remove: !include ${MOOSE_DIR}/framework/doc/remove.yml

doc/content/documentation/beaver.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# Syntax
2+
13
!syntax complete groups=BeaverApp

doc/content/documentation/fluid_properties.md

-1
This file was deleted.

doc/content/documentation/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Documentation
22

3-
!content outline max_level=3 pages=beaver.md
4-
fluid_properties.md
3+
!content outline max_level=3 pages=beaver.md

doc/content/examples/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Examples
22

3-
!content outline max_level=3 pages=poroelasticity/index.md
3+
!content outline max_level=3 pages=poroelasticity/index.md
4+
viscoelasticity/index.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# BVFaultNormalStressAux
2+
3+
!alert construction title=Undocumented Class
4+
The BVFaultNormalStressAux has not been documented. The content listed below should be used as a starting point for
5+
documenting the class, which includes the typical automatic documentation associated with a
6+
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
7+
documentation clear for users.
8+
9+
!syntax description /AuxKernels/BVFaultNormalStressAux
10+
11+
## Overview
12+
13+
!! Replace these lines with information regarding the BVFaultNormalStressAux object.
14+
15+
## Example Input File Syntax
16+
17+
!! Describe and include an example of how to use the BVFaultNormalStressAux object.
18+
19+
!syntax parameters /AuxKernels/BVFaultNormalStressAux
20+
21+
!syntax inputs /AuxKernels/BVFaultNormalStressAux
22+
23+
!syntax children /AuxKernels/BVFaultNormalStressAux
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# BVFaultShearStressAux
2+
3+
!alert construction title=Undocumented Class
4+
The BVFaultShearStressAux has not been documented. The content listed below should be used as a starting point for
5+
documenting the class, which includes the typical automatic documentation associated with a
6+
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
7+
documentation clear for users.
8+
9+
!syntax description /AuxKernels/BVFaultShearStressAux
10+
11+
## Overview
12+
13+
!! Replace these lines with information regarding the BVFaultShearStressAux object.
14+
15+
## Example Input File Syntax
16+
17+
!! Describe and include an example of how to use the BVFaultShearStressAux object.
18+
19+
!syntax parameters /AuxKernels/BVFaultShearStressAux
20+
21+
!syntax inputs /AuxKernels/BVFaultShearStressAux
22+
23+
!syntax children /AuxKernels/BVFaultShearStressAux
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# BVRTL2020ModelUpdate
2+
3+
!alert construction title=Undocumented Class
4+
The BVRTL2020ModelUpdate has not been documented. The content listed below should be used as a starting point for
5+
documenting the class, which includes the typical automatic documentation associated with a
6+
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
7+
documentation clear for users.
8+
9+
!syntax description /Materials/BVRTL2020ModelUpdate
10+
11+
## Overview
12+
13+
!! Replace these lines with information regarding the BVRTL2020ModelUpdate object.
14+
15+
## Example Input File Syntax
16+
17+
!! Describe and include an example of how to use the BVRTL2020ModelUpdate object.
18+
19+
!syntax parameters /Materials/BVRTL2020ModelUpdate
20+
21+
!syntax inputs /Materials/BVRTL2020ModelUpdate
22+
23+
!syntax children /Materials/BVRTL2020ModelUpdate
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# BVFaultInterfaceGenerator
2+
3+
!alert construction title=Undocumented Class
4+
The BVFaultInterfaceGenerator has not been documented. The content listed below should be used as a starting point for
5+
documenting the class, which includes the typical automatic documentation associated with a
6+
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
7+
documentation clear for users.
8+
9+
!syntax description /Mesh/BVFaultInterfaceGenerator
10+
11+
## Overview
12+
13+
!! Replace these lines with information regarding the BVFaultInterfaceGenerator object.
14+
15+
## Example Input File Syntax
16+
17+
!! Describe and include an example of how to use the BVFaultInterfaceGenerator object.
18+
19+
!syntax parameters /Mesh/BVFaultInterfaceGenerator
20+
21+
!syntax inputs /Mesh/BVFaultInterfaceGenerator
22+
23+
!syntax children /Mesh/BVFaultInterfaceGenerator
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# AuxKernels
22

3-
!syntax list /AuxKernels groups=BeaverApp FluidPropertiesApp
3+
!syntax list /AuxKernels groups=BeaverApp
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# AuxVariables
22

3-
!syntax list /AuxVariables groups=BeaverApp FluidPropertiesApp
3+
!syntax list /AuxVariables groups=BeaverApp

doc/content/syntax/BCs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# BCs
22

3-
!syntax list /BCs groups=BeaverApp FluidPropertiesApp
3+
!syntax list /BCs groups=BeaverApp

doc/content/syntax/Bounds/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Bounds
22

3-
!syntax list /Bounds groups=BeaverApp FluidPropertiesApp
3+
!syntax list /Bounds groups=BeaverApp

doc/content/syntax/FVKernels/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# FVKernels
22

3-
!syntax list /FVKernels groups=BeaverApp FluidPropertiesApp
3+
!syntax list /FVKernels groups=BeaverApp

doc/content/syntax/Functions/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Functions
22

3-
!syntax list /Functions groups=BeaverApp FluidPropertiesApp
3+
!syntax list /Functions groups=BeaverApp
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# FunctorMaterials
22

3-
!syntax list /FunctorMaterials groups=BeaverApp FluidPropertiesApp
3+
!syntax list /FunctorMaterials groups=BeaverApp

doc/content/syntax/ICs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# ICs
22

3-
!syntax list /ICs groups=BeaverApp FluidPropertiesApp
3+
!syntax list /ICs groups=BeaverApp
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
!syntax list /InterfaceKernels groups=BeaverApp FluidPropertiesApp
2+
!syntax list /InterfaceKernels groups=BeaverApp

doc/content/syntax/Kernels/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Kernels
22

3-
!syntax list /Kernels groups=BeaverApp FluidPropertiesApp
3+
!syntax list /Kernels groups=BeaverApp

doc/content/syntax/Materials/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Materials
22

3-
!syntax list /Materials groups=BeaverApp FluidPropertiesApp
3+
!syntax list /Materials groups=BeaverApp

doc/content/syntax/Mesh/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Mesh
2+
3+
!syntax list /Mesh groups=BeaverApp

doc/content/syntax/Modules/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Modules
22

3-
!syntax list /Modules groups=BeaverApp FluidPropertiesApp
3+
!syntax list /Modules groups=BeaverApp
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# UserObjects
22

3-
!syntax list /UserObjects groups=BeaverApp FluidPropertiesApp
3+
!syntax list /UserObjects groups=BeaverApp

doc/content/syntax/Variables/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Variables
22

3-
!syntax list /Variables groups=BeaverApp FluidPropertiesApp
3+
!syntax list /Variables groups=BeaverApp

include/actions/BVPressureAction.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

include/actions/BVShearTractionAction.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

include/auxkernels/BVDarcyVelocityAux.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

include/auxkernels/BVEqvStrainAux.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

include/auxkernels/BVEqvStrainRateAux.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

include/auxkernels/BVMisesStressAux.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

include/auxkernels/BVPressureAux.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

include/auxkernels/BVStrainAuxBase.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

include/auxkernels/BVStrainComponentAux.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

include/auxkernels/BVStressAuxBase.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

include/auxkernels/BVStressComponentAux.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

include/bcs/BVPressureBC.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

include/bcs/BVShearTractionBC.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* BEAVER, a MOOSE-based application */
44
/* Multiphase Flow Poromechanics for Induced Seismicity Problems */
55
/* */
6-
/* Copyright (C) 2022 by Antoine B. Jacquey */
7-
/* Tufts University / Polytechnique Montreal */
6+
/* Copyright (C) 2024 by Antoine B. Jacquey */
7+
/* Polytechnique Montréal */
88
/* */
99
/* Licensed under GNU Lesser General Public License v2.1 */
1010
/* please see LICENSE for details */

0 commit comments

Comments
 (0)