Skip to content

Commit ead8dbd

Browse files
Added all input files and new objects for two-phase MAMBA-BDM
1 parent f98eb33 commit ead8dbd

File tree

345 files changed

+188445
-157
lines changed

Some content is hidden

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

345 files changed

+188445
-157
lines changed

include/Mamba-devRevision.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* THIS FILE IS AUTOGENERATED - DO NOT EDIT */
2+
3+
#ifndef MAMBA-DEV_REVISION_H
4+
#define MAMBA-DEV_REVISION_H
5+
6+
#define MAMBA-DEV_REVISION "git commit f98eb33 on 2015-09-21"
7+
8+
#endif // MAMBA-DEV_REVISION_H

include/auxkernels/BO3_SolubilityAux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class BO3_SolubilityAux : public AuxKernel
3232
* Factory constructor, takes parameters so that all derived classes can be built using the same
3333
* constructor.
3434
*/
35-
BO3_SolubilityAux(const InputParameters & parameters);
35+
BO3_SolubilityAux(const std::string & name, InputParameters parameters);
3636

3737
protected:
3838
virtual Real computeValue();

include/auxkernels/CapillaryPressureAux.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class CapillaryPressureAux : public AuxKernel
3131
{
3232
public:
3333

34-
CapillaryPressureAux(const InputParameters & parameters);
34+
CapillaryPressureAux(const std::string & name,
35+
InputParameters parameters);
3536

3637
protected:
3738
virtual Real computeValue();

include/auxkernels/ConductivityFieldAux.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class ConductivityFieldAux : public AuxKernel
3131
{
3232
public:
3333

34-
ConductivityFieldAux(const InputParameters & parameters);
34+
ConductivityFieldAux(const std::string & name,
35+
InputParameters parameters);
3536

3637
protected:
3738
virtual Real computeValue();

include/auxkernels/ECofLiBO2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ECofLiBO2 : public AuxKernel
3232
* Factory constructor, takes parameters so that all derived classes can be built using the same
3333
* constructor.
3434
*/
35-
ECofLiBO2(const InputParameters & parameters);
35+
ECofLiBO2(const std::string & name, InputParameters parameters);
3636

3737
protected:
3838
virtual Real computeValue();

include/auxkernels/EnergyBalanceAux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class EnergyBalanceAux : public AuxKernel
3333
* Factory constructor, takes parameters so that all derived classes can be built using the same
3434
* constructor.
3535
*/
36-
EnergyBalanceAux(const InputParameters & parameters);
36+
EnergyBalanceAux(const std::string & name, InputParameters parameters);
3737

3838
protected:
3939
virtual Real computeValue();

include/auxkernels/FluidMassFluxAux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class FluidMassFluxAux : public AuxKernel
3535
* Factory constructor, takes parameters so that all derived classes can be built using the same
3636
* constructor.
3737
*/
38-
FluidMassFluxAux(const InputParameters & parameters);
38+
FluidMassFluxAux(const std::string & name, InputParameters parameters);
3939

4040
protected:
4141
virtual Real computeValue();

include/auxkernels/FluidVelocityAux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class FluidVelocityAux : public AuxKernel
3535
* Factory constructor, takes parameters so that all derived classes can be built using the same
3636
* constructor.
3737
*/
38-
FluidVelocityAux(const InputParameters & parameters);
38+
FluidVelocityAux(const std::string & name, InputParameters parameters);
3939

4040
protected:
4141
virtual Real computeValue();

include/auxkernels/HeatConductionAux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class HeatConductionAux : public AuxKernel
3535
* Factory constructor, takes parameters so that all derived classes can be built using the same
3636
* constructor.
3737
*/
38-
HeatConductionAux(const InputParameters & parameters);
38+
HeatConductionAux(const std::string & name, InputParameters parameters);
3939

4040
protected:
4141
virtual Real computeValue();

include/auxkernels/InterfaceVaporPressureAux.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class InterfaceVaporPressureAux : public AuxKernel
3131
{
3232
public:
3333

34-
InterfaceVaporPressureAux(const InputParameters & parameters);
34+
InterfaceVaporPressureAux(const std::string & name,
35+
InputParameters parameters);
3536

3637
protected:
3738
virtual Real computeValue();

0 commit comments

Comments
 (0)