https://mooseframework.inl.gov
SCMClosureBase.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
13 #include "SubChannelMesh.h"
15 
20 {
21 public:
23 
25 
26  virtual void execute() final {}
27  virtual void initialize() final {}
28  virtual void finalize() final {}
29 
30  virtual void threadJoin(const UserObject &) final {}
31  virtual void subdomainSetup() final {}
32 
33 protected:
38 };
virtual void finalize() final
static InputParameters validParams()
virtual void threadJoin(const UserObject &) final
const InputParameters & parameters() const
virtual void subdomainSetup() final
const SubChannel1PhaseProblem & _scm_problem
Reference to the subchannel problem.
SCMClosureBase(const InputParameters &parameters)
virtual void execute() final
Base class for the 1-phase steady-state/transient subchannel solver.
const SubChannelMesh & _subchannel_mesh
Reference to the subchannel mesh.
Base class for SCM closures.
Base class for subchannel meshes.
virtual void initialize() final