Skip to content

Commit

Permalink
Merge commit '149200d73731d7ea69a369fe9a06797760fcdcea'
Browse files Browse the repository at this point in the history
  • Loading branch information
moosebuild committed Sep 6, 2017
2 parents 210e7e9 + 149200d commit 73fd39b
Show file tree
Hide file tree
Showing 7 changed files with 287 additions and 164 deletions.
6 changes: 6 additions & 0 deletions include/actions/PrecursorAction.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ class PrecursorAction : public AddVariableAction
PrecursorAction(const InputParameters & params);

virtual void act();
virtual void kernelAct(const unsigned & op, const std::string & var_name);
virtual void bcAct(const std::string & var_name);
virtual void dgKernelAct(const std::string & var_name);
virtual void icAct(const std::string & var_name);
virtual void postAct(const std::string & var_name);
virtual void transferAct(const std::string & var_name);

protected:
/// number of precursor groups
Expand Down
4 changes: 4 additions & 0 deletions problems/LOSCA/HXFailure/auto_diff_rho.i
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ diri_temp=922
family = MONOMIAL
order = CONSTANT
init_from_file = true
loop_precs = true
multi_app = loopApp
is_loopapp = false
inlet_boundaries = 'fuel_bottoms'
[../]
[]

Expand Down
4 changes: 4 additions & 0 deletions problems/LOSCA/HXFailure/sub.i
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ diri_temp=922
family = MONOMIAL
order = CONSTANT
init_from_file = true
loop_precs = true
multi_app = loopApp
is_loopapp = true
inlet_boundaries = left
[../]
[]

Expand Down
4 changes: 4 additions & 0 deletions problems/LOSCA/auto_diff_rho.i
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ diri_temp=922
nt_exp_form = false
family = MONOMIAL
order = CONSTANT
loop_precs = true
multi_app = loopApp
is_loopapp = false
inlet_boundaries = 'fuel_bottoms'
[../]
[]

Expand Down
5 changes: 5 additions & 0 deletions problems/LOSCA/sub.i
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ diri_temp=922
nt_exp_form = false
family = MONOMIAL
order = CONSTANT
loop_precs = true
multi_app = loopApp
is_loopapp = true
inlet_boundaries = left

[../]
[]

Expand Down
Loading

0 comments on commit 73fd39b

Please sign in to comment.