27 virtual void check()
const override;
void addVolumeJunctionKernel(const std::string &var, unsigned int i)
Adds a VolumeJunctionCoupledFlux1PhaseKernel.
void addFluxPostprocessor(const std::string &equation)
Adds a VolumeJunctionCoupledFlux1PhasePostprocessor.
void addPropertyTransfer(const std::string &property)
Adds a MultiAppPostprocessorTransfer to get a property.
void addPropertyPostprocessor(const std::string &property)
Adds a Receiver post-processor.
const RealVectorValue _normal_from_junction
Normalized normal vector from junction.
VolumeJunctionCoupledFlux1Phase(const InputParameters ¶ms)
static InputParameters validParams()
Applies a flux between a VolumeJunction1Phase component and an external application.
virtual void addMooseObjects() override
virtual void check() const override
Check the component integrity.
const std::string & _volume_junction_name
Volume junction name.
Base class for THM components.
PostprocessorName addPostprocessorSuffix(const std::string &base_name) const
Returns the input with the post-processor suffix.
const RealVectorValue & _normal_from_junction_unnormalized
Unnormalized normal vector from junction.
void addFluxTransfer(const std::string &equation)
Adds a MultiAppPostprocessorTransfer for a flux PP.
const std::string & _pp_suffix
Suffix to append to post-processor names.