https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Functions | Variables
GasLiquidMassTransferTest.C File Reference

Go to the source code of this file.

Functions

 TEST_F (GasLiquidMassTransferTest, test)
 

Variables

const Real tol = libMesh::TOLERANCE
 
const Real p = 1e5
 
const double T = 800
 
const double M = 30e-3
 
const double R = 8.31446
 
const double mu = 20e-6
 
const double v = 1.0
 
const double d = 10e-3
 
const double radius = 1e-3
 
const double rho = p / R / T * M
 
const double Re = rho * v * d / mu
 

Function Documentation

◆ TEST_F()

TEST_F ( GasLiquidMassTransferTest  ,
test   
)

Definition at line 30 of file GasLiquidMassTransferTest.C.

31{
32
33 // Stokes-Einstein
34 {
35 const double D = 1.38064852e-23 * T / (6.0 * libMesh::pi * mu * radius);
36 const double Sc = mu / (rho * D);
37 const double mtc_gold = 0.023 * std::pow(Re, 0.8) * std::pow(Sc, 0.4) * D / d;
38 EXPECT_LT(std::abs(_mtc_stokes->mtc(p, T, v) - mtc_gold), tol * mtc_gold);
39 }
40
41 // Wilke-Chang
42 {
43 const double molar_volume = M / (rho / 1e6); // cm3/mol
44 const double mu_cp = mu * 1e3 / 1e2 * 1e2; // cP
45 const double D = 7.4e-8 * T * std::pow(1 * M * 1e3, 0.5) /
46 (mu_cp * std::pow(molar_volume, 0.6)) * std::pow(0.01, 2);
47 const double Sc = mu / (rho * D);
48 const double mtc_gold = 0.023 * std::pow(Re, 0.8) * std::pow(Sc, 0.4) * D / d;
49 EXPECT_LT(std::abs(_mtc_wilkes->mtc(p, T, v) - mtc_gold), tol * mtc_gold);
50 }
51}
const double radius
const double M
const double mu
const Real p
const double Re
const double d
const double rho
const Real tol
const double T
const double v
const Real pi

Variable Documentation

◆ d

const double d = 10e-3

Definition at line 24 of file GasLiquidMassTransferTest.C.

Referenced by TEST_F().

◆ M

const double M = 30e-3

◆ mu

const double mu = 20e-6

Definition at line 22 of file GasLiquidMassTransferTest.C.

Referenced by INSFVTKEDWallFunctionBC::boundaryValue(), INSFVTurbulentViscosityWallFunction::boundaryValue(), HyperElasticPhaseFieldIsoDamage::computeDamageStress(), IntegralDirectedSurfaceForce::computeFaceInfoIntegral(), PINSFVMomentumFriction::computeFrictionWCoefficient(), LinearFVRZViscousSource::computeMatrixContribution(), LinearFVTKESourceSink::computeMatrixContribution(), PorousFlowBrine::computeQpProperties(), PorousFlowMultiComponentFluidTempl< is_ad >::computeQpProperties(), PorousFlowSingleComponentFluidTempl< is_ad >::computeQpProperties(), INSFVTurbulentTemperatureWallFunction::computeQpResidual(), INSFVTKEDSourceSink::computeQpResidual(), INSFVTKESourceSink::computeQpResidual(), FVPorousFlowAquiferBC::computeQpResidual(), LinearFVRZViscousSource::computeRightHandSideContribution(), LinearFVTKEDSourceSink::computeRightHandSideContribution(), ComputeLinearElasticPFFractureStress::computeStrainSpectral(), ComputeLinearElasticPFFractureStress::computeStrainVolDev(), LinearFVTurbulentViscosityWallFunctionBC::computeTurbulentViscosity(), PrandtlNumberAux::computeValue(), kEpsilonViscosityAux::computeValue(), RANSYPlusAux::computeValue(), WallFunctionWallShearStressAux::computeValue(), WallFunctionYPlusAux::computeValue(), FluidPropertiesInterrogator::computeVaporMixture(), ConjugateHTNumbersFunctorMaterialTempl< is_ad >::ConjugateHTNumbersFunctorMaterialTempl(), SolidMechanicsPlasticDruckerPragerHyperbolic::consistentTangentOperator(), SolidMechanicsPlasticJ2::consistentTangentOperator(), SolidMechanicsPlasticTensileMulti::consistentTangentOperator(), PorousFlowAquiferBC::dmultiplier_dvar(), NSViscStressTensorDerivs< T >::dtau(), SubChannel1PhaseProblem::externalSolve(), MorrisReporterContext< DataType >::finalize(), PolynomialQuadrature::gauss_hermite(), GeneralFunctorFluidPropsTempl< is_ad >::GeneralFunctorFluidPropsTempl(), fp::grashof(), HeatTransferUtils::grashof(), fp::grashof(), PolynomialQuadrature::hermite(), KernelDensity1D::KernelDensity1D(), fp::laplace(), HeatTransferUtils::laplace(), fp::laplace(), MorrisReporterContext< DataType >::MorrisReporterContext(), MorrisReporterContext< DataType >::MorrisReporterContext(), GasLiquidMassTransfer::mtc(), CaloricallyImperfectGas::mu_from_p_T(), IdealGasFluidProperties::mu_from_p_T(), StiffenedGasFluidProperties::mu_from_p_T(), FlibeFluidProperties::mu_from_p_T(), FlinakFluidProperties::mu_from_p_T(), HeliumFluidProperties::mu_from_p_T(), LeadBismuthFluidProperties::mu_from_p_T(), LeadFluidProperties::mu_from_p_T(), LeadLithiumFluidProperties::mu_from_p_T(), SodiumSaturationFluidProperties::mu_from_p_T(), TemperaturePressureFunctionFluidProperties::mu_from_p_T(), CO2FluidProperties::mu_from_p_T(), HydrogenFluidProperties::mu_from_p_T(), MethaneFluidProperties::mu_from_p_T(), NaKFluidProperties::mu_from_p_T(), NitrogenFluidProperties::mu_from_p_T(), SalineMoltenSaltFluidProperties::mu_from_p_T(), SimpleFluidProperties::mu_from_p_T(), TabulatedFluidProperties::mu_from_p_T(), Water97FluidProperties::mu_from_p_T(), BrineFluidProperties::mu_from_p_T_X(), HydrogenFluidProperties::mu_from_rho_T(), CO2FluidProperties::mu_from_rho_T(), HydrogenFluidProperties::mu_from_rho_T(), NitrogenFluidProperties::mu_from_rho_T(), Water97FluidProperties::mu_from_rho_T(), CaloricallyImperfectGas::mu_from_v_e(), HeliumFluidProperties::mu_from_v_e(), IdealGasFluidProperties::mu_from_v_e(), LeadBismuthFluidProperties::mu_from_v_e(), LeadFluidProperties::mu_from_v_e(), LeadLithiumFluidProperties::mu_from_v_e(), SimpleFluidProperties::mu_from_v_e(), SodiumSaturationFluidProperties::mu_from_v_e(), StiffenedGasFluidProperties::mu_from_v_e(), TabulatedFluidProperties::mu_from_v_e(), TestSinglePhaseFluidProperties::mu_from_v_e(), LinearTestFluidProperties::mu_from_v_e(), PorousFlowAquiferBC::multiplier(), PolynomialChaosTrainer::postTrain(), PolynomialRegressionTrainer::postTrain(), fp::prandtl(), HeatTransferUtils::prandtl(), THM::Prandtl(), fp::prandtl(), SolidMechanicsPlasticDruckerPragerHyperbolic::returnMap(), SolidMechanicsPlasticJ2::returnMap(), fp::reynolds(), HeatTransferUtils::reynolds(), THM::Reynolds(), fp::reynolds(), SinglePhaseFluidProperties::rho_mu_from_p_T(), SinglePhaseFluidProperties::rho_mu_from_p_T(), SinglePhaseFluidProperties::rho_mu_from_p_T(), CO2FluidProperties::rho_mu_from_p_T(), HydrogenFluidProperties::rho_mu_from_p_T(), NitrogenFluidProperties::rho_mu_from_p_T(), Water97FluidProperties::rho_mu_from_p_T(), CO2FluidProperties::rho_mu_from_p_T(), HydrogenFluidProperties::rho_mu_from_p_T(), NitrogenFluidProperties::rho_mu_from_p_T(), Water97FluidProperties::rho_mu_from_p_T(), MultiComponentFluidProperties::rho_mu_from_p_T_X(), MultiComponentFluidProperties::rho_mu_from_p_T_X(), MultiComponentFluidProperties::rho_mu_from_p_T_X(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().

◆ p

const Real p = 1e5

Definition at line 18 of file GasLiquidMassTransferTest.C.

Referenced by THMCreateMeshAction::act(), GradientOperatorCoordinates::AxisymmetricCylindrical::addGradOp(), GradientOperatorCoordinates::CentrosymmetricSpherical::addGradOp(), LAROMANCEStressUpdateBaseTempl< is_ad >::areTilesNotIdentical(), Component2D::build2DMesh(), Component2D::build2DMesh2ndOrder(), SCMQuadDuctMeshGenerator::buildDuct(), SCMTriDuctMeshGenerator::buildDuct(), FluidPropertiesInterrogator::buildJSON1Phase(), FluidPropertiesInterrogator::buildJSON2Phase(), FluidPropertiesInterrogator::buildJSONVaporMixture(), FileMeshComponent::buildMesh(), Component1D::buildMeshNodes(), ElbowPipe1Phase::buildMeshNodes(), LAROMANCEStressUpdateBaseTempl< is_ad >::buildPolynomials(), BoundaryFlux3EqnFunction::calcFlux(), InterfaceMeshCut2DUserObject::calculateSignedDistance(), InterfaceMeshCut3DUserObject::calculateSignedDistance(), HexagonalLatticeUtils::channelCentroid(), TriSubChannelMesh::channelIndex(), HexagonalLatticeUtils::channelType(), LAROMANCEStressUpdateBaseTempl< is_ad >::checkInTile(), PatchSidesetGenerator::checkPartitionAndCompress(), PolynomialQuadrature::ClenshawCurtisGrid::ClenshawCurtisGrid(), UnsignedDistanceToSurfaceMesh::closestBoundaryElem(), ParameterMesh::closestPoint(), FluidPropertiesInterrogator::compute1Phase(), FluidPropertiesInterrogator::compute2Phase(), CappedDruckerPragerStressUpdate::computeAllQ(), CappedWeakPlaneStressUpdate::computeAllQ(), TwoParameterPlasticityStressUpdate::computeAllQV(), DiscreteLineSegmentInterface::computeAxialCoordinate(), ADComputeFiniteShellStrain::computeBNLMatrix(), SmoothCircleBaseIC::computeCircleGradient(), RndSmoothCircleIC::computeCircleValue(), SmoothCircleBaseIC::computeCircleValue(), MassDiffusionEnergyGasMixDGKernel::computeComponentTotalEnthalpy(), FlowModelGasMixUtils::computeConservativeSolution(), FlowModel1PhaseUtils::computeConservativeSolutionVector(), PolycrystalCircles::computeDiffuseInterface(), MaternHalfIntCovariance::computedKdlf(), CohesiveZoneModelTools::computedRdF(), OptimizationReporterBase::computeEqualityGradient(), ADNumericalFlux3EqnCentered::computeFlux(), FlowModel1PhaseUtils::computeFluxFromPrimitive(), FlowModelGasMixUtils::computeFluxFromPrimitive(), ModularGapConductanceConstraint::computeGapRadii(), GapConductance::computeGapRadii(), OptimizationReporterBase::computeInequalityGradient(), LAROMANCEPartitionStressUpdateBaseTempl< is_ad >::computePartitionWeights(), XFEMCutElem3D::computePhysicalVolumeFraction(), CappedDruckerPragerStressUpdate::computePQ(), CappedWeakInclinedPlaneStressUpdate::computePQ(), CappedWeakPlaneStressUpdate::computePQ(), FlowModelGasMixUtils::computePrimitiveSolution(), FlowModel1PhaseUtils::computePrimitiveSolutionVector(), CoupledValueFunctionFreeEnergy::computeProperties(), ADComputeFiniteStrainTempl< R2, R4 >::computeQpIncrements(), ComputeFiniteStrain::computeQpIncrements(), AsymptoticExpansionHomogenizationElasticConstants::computeQpIntegral(), FluidProperties3EqnMaterial::computeQpProperties(), AnisoHeatConductionMaterialTempl< is_ad >::computeQpProperties(), PressureEqualsDensityMaterial::computeQpProperties(), ControlDrumMaterial::computeQpProperties(), ADComputeIsotropicElasticityTensorShell::computeQpProperties(), IsotropicCauchyStressTest::computeQpProperties(), StVenantKirchhoffPK2Test::computeQpProperties(), RDG3EqnMaterial::computeQpProperties(), FVConvectionCorrelationInterface::computeQpResidual(), FVPorousFlowAquiferBC::computeQpResidual(), FVPorousFlowAdvectiveFlux::computeQpResidual(), FVPorousFlowDispersiveFlux::computeQpResidual(), FVPorousFlowEnergyTimeDerivative::computeQpResidual(), FVPorousFlowHeatAdvection::computeQpResidual(), FVPorousFlowMassTimeDerivative::computeQpResidual(), ComputeLagrangianStrainBase< G >::computeQpRotationIncrement(), ComputeFiniteStrainNOSPD::computeQpStrainRotationIncrements(), DisplacementAboutAxis::computeQpValue(), InteractionIntegralBenchmarkBC::computeQpValue(), DiscreteLineSegmentInterface::computeRadialCoordinate(), DiscreteLineSegmentInterface::computeRealPointFromReferencePoint(), DiscreteLineSegmentInterface::computeRealPointFromReferencePoint(), DiscreteLineSegmentInterface::computeReferencePointFromRealPoint(), DiscreteLineSegmentInterface::computeReferencePointFromRealPoint(), LAROMANCEStressUpdateBaseTempl< is_ad >::computeResidual(), LAROMANCEStressUpdateBaseTempl< is_ad >::computeROM(), LAROMANCEStressUpdateBaseTempl< is_ad >::computeStressFinalize(), LAROMANCEStressUpdateBaseTempl< is_ad >::computeStressInitialize(), TwoParameterPlasticityStressUpdate::computeStressParams(), SmoothSuperellipsoidBaseIC::computeSuperellipsoidGradient(), SmoothSuperellipsoidBaseIC::computeSuperellipsoidInverseValue(), SmoothSuperellipsoidBaseIC::computeSuperellipsoidValue(), LAROMANCEStressUpdateBaseTempl< is_ad >::computeTileWeight(), RadialDisplacementCylinderAux::computeValue(), SurrogateModelAuxKernelTempl< ComputeValueType >::computeValue(), StagnationPressureAux::computeValue(), StagnationTemperatureAux::computeValue(), OptimizationFunctionAuxTest::computeValue(), NodalRankTwoPD::computeValue(), SurrogateModelAuxKernelTempl< ComputeValueType >::computeValue(), SCMQuadPowerAux::computeValue(), SCMTriPowerAux::computeValue(), DiscreteLineSegmentInterfaceTestAux::computeValue(), LAROMANCEStressUpdateBaseTempl< is_ad >::computeValues(), FluidPropertiesInterrogator::computeVaporMixture(), CombinedNonlinearHardeningPlasticityTempl< is_ad >::computeYieldStress(), IsotropicPlasticityStressUpdateTempl< is_ad >::computeYieldStress(), ConjugateHTNumbersFunctorMaterialTempl< is_ad >::ConjugateHTNumbersFunctorMaterialTempl(), CappedWeakInclinedPlaneStressUpdate::consistentTangentOperator(), CappedWeakPlaneStressUpdate_PartiallyImplemented::consistentTangentOperator(), TwoParameterPlasticityStressUpdate::consistentTangentOperatorV(), LAROMANCEStressUpdateBaseTempl< is_ad >::convertOutput(), EFAElement2D::createChild(), EFAElement3D::createChild(), SurrogateTrainer::crossValidate(), PorousFlowVanGenuchten::d2EffectiveSaturation(), SolidMechanicsPlasticMohrCoulomb::d2smooth(), SolidMechanicsPlasticTensile::d2smooth(), SolidMechanicsPlasticWeakPlaneShear::d2smooth(), PorousFlowVanGenuchten::dEffectiveSaturation(), DiscreteNucleationTimeStep::DiscreteNucleationTimeStep(), SBMBndElementBase::distanceFrom(), HexagonalLatticeUtils::distanceFromGap(), UnsignedDistanceToSurfaceMesh::distanceVectorToSurface(), SolidMechanicsPlasticMohrCoulomb::dsmooth(), SolidMechanicsPlasticTensile::dsmooth(), SolidMechanicsPlasticWeakPlaneShear::dsmooth(), TwoPhaseNCGFluidProperties::dT_sat_dp(), Xfem::dunavant_rule2(), PorousFlowVanGenuchten::effectiveSaturation(), THMParsedFunctionWrapper::evaluate(), ParsedOptimizationFunction::evaluateExpression(), OptimizationFunctionTest::execute(), FeatureVolumeVectorPostprocessor::execute(), DiracPointsWriter::execute(), PolynomialChaosReporter::execute(), PODSurrogateTester::execute(), FeatureFloodCount::featureCentroid(), MorrisReporterContext< DataType >::finalize(), CrackMeshCut3DUserObject::findIntersection(), NearestPointSurrogate::findNearestPoint(), NearestReporterCoordinatesFunction::findNearestPoint(), PorousFlowBrineCO2::funcABHighTemp(), StochasticTools::MultiDimPolynomialGenerator::generateTuple(), DiscreteLineSegmentInterface::getAxialSectionIndex(), EBSDReader::getData(), NodeValueAtXFEMInterface::getElemContainingPoint(), ADBoundaryFlux3EqnGhostMassFlowRateTemperature::getGhostCellSolution(), ADBoundaryFlux3EqnGhostVelocityTemperature::getGhostCellSolution(), ADBoundaryFlux3EqnGhostStagnationPressureTemperature::getGhostCellSolution(), ADBoundaryFlux3EqnGhostDensityVelocity::getGhostCellSolution(), NS::getIndex(), LAROMANCEStressUpdateBaseTempl< is_ad >::getMakeFrameHelper(), QuadSubChannelMesh::getPinIndexFromPoint(), Xfem::getRelativePosition(), CrackMeshCut3DUserObject::getRelativePosition(), GeometricCut3DUserObject::getRelativePosition(), TestSubblockIndexProvider::getSubblockIndex(), QuadSubChannelMesh::getSubchannelIndexFromPoint(), GrayLambertSurfaceRadiationBase::getSurfaceIDs(), LAROMANCEStressUpdateBaseTempl< is_ad >::getTransformedLimits(), PolycrystalCircles::getVariableValue(), PolycrystalEBSD::getVariableValue(), PolycrystalVoronoi::getVariableValue(), INSFVRhieChowInterpolator::getVelocity(), CrossIC::gradient(), SmoothCircleBaseIC::gradient(), SmoothSuperellipsoidBaseIC::gradient(), PolycrystalVoronoiVoidIC::gradient(), ParameterMeshFunction::gradient(), ParsedOptimizationFunction::gradient(), UnsignedDistanceToSurfaceMesh::gradient(), LevelSetOlssonBubble::gradient(), LevelSetOlssonPlane::gradient(), GradientOperator< C >::gradOp(), GrayLambertSurfaceRadiationBase::GrayLambertSurfaceRadiationBase(), THM::h_from_e_p_rho(), THM::h_from_e_p_rho(), TwoPhaseFluidProperties::h_lat(), TwoPhaseNCGFluidProperties::h_lat(), TwoPhaseFluidProperties::h_lat(), TwoPhaseNCGFluidProperties::h_lat(), Beta::incompleteBetaInv(), Gamma::incompleteGammaInv(), EBSDReader::indexFromPoint(), InterfaceMeshCutUserObjectBase::initialize(), TwoParameterPlasticityStressUpdate::initializeVars(), CappedDruckerPragerStressUpdate::initializeVars(), CappedWeakPlaneStressUpdate::initializeVars(), TwoParameterPlasticityStressUpdate::initializeVarsV(), LAROMANCEStressUpdateBaseTempl< is_ad >::initialSetup(), CrackMeshCut3DUserObject::isInsideCutPlane(), Xfem::isInsideCutPlane(), CircleCutUserObject::isInsideCutPlane(), EllipseCutUserObject::isInsideCutPlane(), RectangleCutUserObject::isInsideCutPlane(), Xfem::isInsideEdge(), CrackMeshCut3DUserObject::isInsideEdge(), GeometricCut3DUserObject::isInsideEdge(), XFEMCutElem::isPointPhysical(), PorousFlowBroadbridgeWhite::LambertW(), MaternHalfIntCovariance::maternHalfIntFunction(), HexagonalLatticeUtils::minDuctCornerDistance(), HexagonalLatticeUtils::minDuctWallDistance(), ConditionalSampleReporterTempl< T >::needSample(), Xfem::normalizePoint(), Xfem::normalizePoint(), AugmentSparsityBetweenElements::operator()(), OptimizationFunctionTest::OptimizationFunctionTest(), NearestReporterCoordinatesFunction::parameterGradient(), ParameterMeshFunction::parameterGradient(), ParsedOptimizationFunction::parameterGradient(), QuadSubChannelMesh::pinIndex(), TriSubChannelMesh::pinIndex(), EBSDReaderPointDataAux::precalculateValue(), LAROMANCEStressUpdateBaseTempl< is_ad >::precomputeROM(), LAROMANCEStressUpdateBaseTempl< is_ad >::precomputeValues(), INSFVRhieChowInterpolator::pressureSkewCorrection(), DomainIntegralQFunction::projectToFrontAtPoint(), CrackFrontDefinition::projectToFrontAtPoint(), ParameterMesh::projectToMesh(), Beta::quantile(), FDistribution::quantile(), Gamma::quantile(), JohnsonSB::quantile(), KernelDensity1D::quantile(), Logistic::quantile(), Lognormal::quantile(), Maxwellian::quantile(), Normal::quantile(), StudentT::quantile(), TruncatedNormal::quantile(), Weibull::quantile(), JohnsonSB::quantile(), Beta::quantile(), Gamma::quantile(), KernelDensity1D::quantile(), Lognormal::quantile(), Weibull::quantile(), Logistic::quantile(), Maxwellian::quantile(), Normal::quantile(), TruncatedNormal::quantile(), FDistribution::quantile(), StudentT::quantile(), QuasiStaticSolidMechanicsPhysics::QuasiStaticSolidMechanicsPhysics(), OptimizationDataTempl< T >::readMeasurementsFromInput(), MeshCut2DUserObjectBase::removeNucleatedCracksTooCloseToEachOther(), MeshCut2DUserObjectBase::removeNucleatedCracksTooCloseToExistingCracks(), AdvectiveFluxCalculatorBase::rMinus(), BrentsMethod::root(), AdvectiveFluxCalculatorBase::rPlus(), TwoParameterPlasticityStressUpdate::setIntnlDerivativesV(), CappedDruckerPragerStressUpdate::setIntnlValues(), CappedWeakPlaneStressUpdate::setIntnlValues(), TwoParameterPlasticityStressUpdate::setIntnlValuesV(), FileMeshComponent::setupMesh(), GeneratedMeshComponent::setupMesh(), PolynomialQuadrature::SmolyakGrid::SmolyakGrid(), SolidMechanicsPlasticMohrCoulomb::smooth(), SolidMechanicsPlasticTensile::smooth(), SolidMechanicsPlasticWeakPlaneShear::smooth(), LayeredFlowAreaChange::spatialValue(), PolynomialChaos::store(), UnsignedDistanceToSurfaceMesh::surfaceNormal(), SurrogateModelAuxKernelTempl< ComputeValueType >::SurrogateModelAuxKernelTempl(), TwoPhaseFluidProperties::T_sat(), TwoPhaseNCGFluidProperties::T_sat(), TwoPhaseNCGFluidProperties::T_sat(), TestTwoPhaseFluidProperties::T_sat(), TEST(), TEST(), TEST(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), PorousFlowWaterVapor::thermophysicalProperties(), PorousFlowBrineCO2::thermophysicalProperties(), PorousFlowWaterNCG::thermophysicalProperties(), ElectricalContactTestFunc::threeBlockFunction(), NearestReporterCoordinatesFunction::timeDerivative(), ParameterMeshFunction::timeDerivative(), ParsedOptimizationFunction::timeDerivative(), PorousFlowBrineCO2::totalMassFraction(), PorousFlowWaterNCG::totalMassFraction(), LibtorchANNTrainer::train(), TransientSyntheticDataCreator::TransientSyntheticDataCreator(), ElectricalContactTestFunc::twoBlockFunction(), CrackTipEnrichmentCutOffBC::validParams(), LevelSetOlssonBubble::value(), FourierNoise::value(), ScaledAbsDifferenceDRLRewardFunction::value(), CoupledValueFunctionIC::value(), NSFunctionInitialCondition::value(), BimodalInverseSuperellipsoidsIC::value(), CrossIC::value(), IsolatedBoundingBoxIC::value(), NestedBoundingBoxIC::value(), PFCFreezingIC::value(), PolycrystalColoringICLinearizedInterface::value(), RampIC::value(), RndBoundingBoxIC::value(), SmoothCircleBaseIC::value(), SmoothCircleICLinearizedInterface::value(), SmoothMultiBoundingBoxBaseIC::value(), SmoothSuperellipsoidBaseIC::value(), ThumbIC::value(), Tricrystal2CircleGrainsIC::value(), TricrystalTripleJunctionIC::value(), RhoEAFromPressureTemperatureFunctionVelocityIC::value(), MultiBoundingBoxIC::value(), PolycrystalColoringIC::value(), PolycrystalVoronoiVoidIC::value(), FCTFdisplacementIC::value(), MarvelTriFlowAreaIC::value(), MarvelTriWettedPerimIC::value(), SCMQuadFlowAreaIC::value(), SCMQuadPowerIC::value(), SCMQuadWettedPerimIC::value(), SCMTriFlowAreaIC::value(), SCMTriPowerIC::value(), SCMTriWettedPerimIC::value(), FlowModelGasMixIC::value(), VariableFunctionProductIC::value(), VectorVelocityIC::value(), VolumeJunction1PhaseIC::value(), CosineHumpFunction::value(), CosineTransitionFunction::value(), CubicTransitionFunction::value(), GeneralizedCircumference::value(), ElectricalContactTestFunc::value(), JinSlabCoeffFunc::value(), MMSTestFunc::value(), SaturationDensityFunction::value(), WedgeFunction::value(), NearestReporterCoordinatesFunction::value(), ParameterMeshFunction::value(), ParsedOptimizationFunction::value(), MovingPlanarFront::value(), MultiControlDrumFunction::value(), UnsignedDistanceToSurfaceMesh::value(), ScaledAbsDifferenceDRLRewardFunction::value(), CircularAreaHydraulicDiameterFunction::value(), LevelSetOlssonBubble::value(), LevelSetOlssonPlane::value(), FourierNoise::value(), LevelSetOlssonVortex::vectorValue(), TwoPhaseNCGPartialPressureFluidProperties::x_sat_ncg_from_p_T(), CappedDruckerPragerStressUpdate::yieldFunctionValues(), CappedWeakPlaneStressUpdate::yieldFunctionValues(), and TwoParameterPlasticityStressUpdate::yieldFunctionValuesV().

◆ R

const double R = 8.31446

◆ radius

const double radius = 1e-3

Definition at line 25 of file GasLiquidMassTransferTest.C.

Referenced by TEST_F().

◆ Re

const double Re = rho * v * d / mu

◆ rho

const double rho = p / R / T * M

Definition at line 27 of file GasLiquidMassTransferTest.C.

Referenced by INSFVTKEDWallFunctionBC::boundaryValue(), INSFVTurbulentViscosityWallFunction::boundaryValue(), WCNSFVInletTemperatureBC::boundaryValue(), WCNSFVInletVelocityBC::boundaryValue(), ThermalFunctionSolidPropertiesTest::buildObjects(), BoundaryFlux3EqnFunction::calcFlux(), FluidPropertiesInterrogator::compute1Phase(), MassDiffusionEnergyGasMixDGKernel::computeComponentTotalEnthalpy(), FlowModelGasMixUtils::computeConservativeSolution(), FlowModel1PhaseUtils::computeConservativeSolutionVector(), RDG3EqnMaterial::computeElementPrimitiveVariables(), ADNumericalFlux3EqnCentered::computeFlux(), ADPump1PhaseUserObject::computeFluxesAndResiduals(), FlowModel1PhaseUtils::computeFluxFromPrimitive(), FlowModelGasMixUtils::computeFluxFromPrimitive(), PINSFVMomentumFriction::computeFrictionWCoefficient(), LinearFVTKEDSourceSink::computeMatrixContribution(), LinearFVTKESourceSink::computeMatrixContribution(), SubChannel1PhaseProblem::computeMdot(), FlowModelGasMixUtils::computePrimitiveSolution(), FlowModel1PhaseUtils::computePrimitiveSolutionVector(), MassDiffusionEnergyGasMixDGKernel::computeQpFlux(), MassDiffusionSpeciesGasMixDGKernel::computeQpFlux(), PINSFEFluidVelocityTimeDerivative::computeQpJacobian(), INSFEFluidEnergyBC::computeQpJacobian(), INSFEFluidEnergyKernel::computeQpJacobian(), PINSFEFluidPressureTimeDerivative::computeQpJacobian(), PINSFEFluidTemperatureTimeDerivative::computeQpJacobian(), NSEnergyViscousFlux::computeQpOffDiagJacobian(), INSFEFluidMassBC::computeQpOffDiagJacobian(), PINSFEFluidPressureTimeDerivative::computeQpOffDiagJacobian(), NSEnergyViscousBC::computeQpOffDiagJacobian(), PorousFlowBrine::computeQpProperties(), PorousFlowMultiComponentFluidTempl< is_ad >::computeQpProperties(), PorousFlowSingleComponentFluidTempl< is_ad >::computeQpProperties(), RDG3EqnMaterial::computeQpProperties(), PINSFEFluidVelocityTimeDerivative::computeQpResidual(), INSFVTurbulentTemperatureWallFunction::computeQpResidual(), INSFVTKEDSourceSink::computeQpResidual(), INSFVTKESourceSink::computeQpResidual(), PINSFEFluidPressureTimeDerivative::computeQpResidual(), PINSFEFluidTemperatureTimeDerivative::computeQpResidual(), PINSFVFunctorBC::computeQpResidual(), FVPorousFlowAquiferBC::computeQpResidual(), VolumeJunctionCoupledFlux1PhaseKernel::computeQpResidual(), LinearFVTKEDSourceSink::computeRightHandSideContribution(), INSFVWallFunctionBC::computeStrongResidual(), INSFVMixingLengthReynoldsStress::computeStrongResidual(), LinearFVTurbulentViscosityWallFunctionBC::computeTurbulentViscosity(), kEpsilonViscosityAux::computeValue(), RANSYPlusAux::computeValue(), WallFunctionWallShearStressAux::computeValue(), WallFunctionYPlusAux::computeValue(), FluidPropertiesInterrogator::computeVaporMixture(), PorousFlowAquiferBC::dmultiplier_dvar(), NSViscStressTensorDerivs< T >::dtau(), Zernike::evaluateOrthonormal(), Zernike::evaluateStandard(), VolumeJunctionCoupledFlux1PhasePostprocessor::finalize(), NS::findUStar(), NS::findyPlus(), WCNSFVMomentumTimeDerivative::gatherRCData(), GeneralFunctorFluidPropsTempl< is_ad >::GeneralFunctorFluidPropsTempl(), ADBoundaryFlux3EqnGhostMassFlowRateTemperature::getGhostCellSolution(), ADBoundaryFlux3EqnGhostVelocityTemperature::getGhostCellSolution(), ADBoundaryFlux3EqnGhostPressure::getGhostCellSolution(), ADBoundaryFlux3EqnGhostStagnationPressureTemperature::getGhostCellSolution(), ADBoundaryFlux3EqnGhostDensityVelocity::getGhostCellSolution(), fp::grashof(), HeatTransferUtils::grashof(), fp::grashof(), THM::h_from_e_p_rho(), THM::h_from_e_p_rho(), fp::laplace(), HeatTransferUtils::laplace(), fp::laplace(), GasLiquidMassTransfer::mtc(), PorousFlowAquiferBC::multiplier(), NSFVPumpFunctorMaterial::NSFVPumpFunctorMaterial(), THM::Peclet(), KokkosHeatConductionTimeDerivative::precomputeQpJacobian(), NSEnergyInviscidBC::qpResidualHelper(), fp::reynolds(), HeatTransferUtils::reynolds(), THM::Reynolds(), fp::reynolds(), NS::reynoldsPropertyDerivative(), THM::rho_from_arhoA_alpha_A(), BrineFluidProperties::rho_from_p_T_X(), BrineFluidProperties::rho_from_p_T_X(), ThermalCompositeSiCProperties::rho_from_T(), ThermalFunctionSolidProperties::rho_from_T(), ThermalGraphiteProperties::rho_from_T(), ThermalMonolithicSiCProperties::rho_from_T(), ThermalSS316Properties::rho_from_T(), ThermalUCProperties::rho_from_T(), MultiComponentFluidProperties::rho_mu_from_p_T_X(), MultiComponentFluidProperties::rho_mu_from_p_T_X(), MultiComponentFluidProperties::rho_mu_from_p_T_X(), RhoFromPTFunctorMaterial::RhoFromPTFunctorMaterial(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), fp::thermalDiffusivity(), HeatTransferUtils::thermalDiffusivity(), fp::thermalDiffusivity(), THM::v_from_rho(), RhoEAFromPressureTemperatureFunctionVelocityIC::value(), RhoEAFromPressureTemperatureVelocityIC::value(), FlowModelGasMixIC::value(), and VolumeJunction1PhaseIC::value().

◆ T

const double T = 800

Definition at line 19 of file GasLiquidMassTransferTest.C.

Referenced by AriaLaserWeld304LStainlessSteelFunctorMaterial::AriaLaserWeld304LStainlessSteelFunctorMaterial(), RankTwoScalarTools::axialStress(), ReceiveBuffer< Object, Context >::blocking_receive_packed_range(), RankTwoScalarTools::calcEigenValuesEigenVectors(), Component::checkComponentOfTypeExistsByName(), FluidPropertiesInterrogator::compute1Phase(), FluidPropertiesInterrogator::compute2Phase(), StiffenedGasTwoPhaseFluidProperties::compute_p_sat(), MassDiffusionEnergyGasMixDGKernel::computeComponentTotalEnthalpy(), FlowModelGasMixUtils::computeConservativeSolution(), FlowModel1PhaseUtils::computeConservativeSolutionVector(), FlowModel1PhaseUtils::computeFluxFromPrimitive(), FlowModelGasMixUtils::computeFluxFromPrimitive(), FlowModelGasMixUtils::computePrimitiveSolution(), FlowModel1PhaseUtils::computePrimitiveSolutionVector(), MassDiffusionEnergyGasMixDGKernel::computeQpFlux(), FluidProperties3EqnMaterial::computeQpProperties(), RDG3EqnMaterial::computeQpProperties(), KokkosHeatConductionDerivativeMaterial::computeQpProperties(), NSFVPhaseChangeSource::computeQpResidual(), ParameterMesh::computeRegularizationLoop(), NS::computeShearStrainRateNormSquared(), SubChannel1PhaseProblem::computeT(), StochasticTools::CartesianProduct< W >::computeValue(), FluidPropertiesInterrogator::computeVaporMixture(), ConjugateHTNumbersFunctorMaterialTempl< is_ad >::ConjugateHTNumbersFunctorMaterialTempl(), ThermalCompositeSiCProperties::cp_from_T(), ThermalFunctionSolidProperties::cp_from_T(), ThermalGraphiteProperties::cp_from_T(), ThermalMonolithicSiCProperties::cp_from_T(), ThermalSS316Properties::cp_from_T(), ThermalUCProperties::cp_from_T(), ThermalCompositeSiCProperties::cp_from_T(), ThermalFunctionSolidProperties::cp_from_T(), ThermalGraphiteProperties::cp_from_T(), ThermalMonolithicSiCProperties::cp_from_T(), ThermalSS316Properties::cp_from_T(), ThermalUCProperties::cp_from_T(), ThermalCompositeSiCProperties::cp_integral(), ThermalFunctionSolidProperties::cp_integral(), ThermalGraphiteProperties::cp_integral(), ThermalMonolithicSiCProperties::cp_integral(), ThermalSS316Properties::cp_integral(), ThermalUCProperties::cp_integral(), THMControl::declareComponentControlData(), THMControl::declareControlData(), RestartableModelInterface::declareModelData(), ActiveLearningReporterTempl< T >::declareStochasticReporterClone(), SobolReporter::declareValueHelper(), RankTwoScalarTools::directionValueTensor(), SodiumProperties::drho_dh(), SodiumProperties::drho_dT(), StiffenedGasTwoPhaseFluidProperties::dsigma_dT_from_T(), ThermalSolidProperties::e_from_T(), ThermalSolidProperties::e_from_T(), FaceCenteredMapFunctor< RealVectorValue, std::unordered_map< dof_id_type, RealVectorValue > >::evaluate(), HSCoupler2D3DUserObject::evaluateTemperatureFunction(), ActiveLearningReporterTempl< T >::execute(), ThermochimicaDataBase< is_nodal >::expect(), FictionalFaceCenteredMapFunctor< T, Map >::FictionalFaceCenteredMapFunctor(), TraceRayTools::findEdgeNeighborsWithinEdgeInternal(), NS::findUStar(), NS::findyPlus(), PorousFlowBrineCO2::funcABHighTemp(), INSFVMomentumAdvectionOutflowBC::gatherRCData(), INSADObjectTracker::get(), Component::getComponentByName(), Simulation::getComponentByName(), SCM::getConstMesh(), THMControl::getControlDataByName(), THMControl::getControlDataOldByName(), Component::getEnumParam(), DynamicLibraryLoader::getFunction(), ElasticityTensorTools::getIsotropicBulkModulus(), ElasticityTensorTools::getIsotropicPoissonsRatio(), ElasticityTensorTools::getIsotropicYoungsModulus(), SCM::getMesh(), RestartableModelInterface::getModelData(), RayTracingObject::getStudy(), SurrogateModelInterface::getSurrogateModelByName(), SurrogateModelInterface::getSurrogateTrainerByName(), LagrangianObjectiveRates::greenNaghdi(), SodiumProperties::h(), TwoPhaseFluidProperties::h_lat(), TwoPhaseNCGFluidProperties::h_lat(), TwoPhaseFluidProperties::h_lat(), TwoPhaseNCGFluidProperties::h_lat(), Component::hasComponentByName(), Simulation::hasComponentOfType(), Component::hasParam(), SodiumProperties::heatCapacity(), RankTwoScalarTools::hoopStress(), RankTwoScalarTools::hoopStress(), FiniteStrainHyperElasticViscoPlastic::initUserObjects(), SodiumProperties::k(), ThermalCompositeSiCProperties::k_from_T(), ThermalFunctionSolidProperties::k_from_T(), ThermalGraphiteProperties::k_from_T(), ThermalMonolithicSiCProperties::k_from_T(), ThermalSS316Properties::k_from_T(), ThermalUCProperties::k_from_T(), ThermalCompositeSiCProperties::k_from_T(), ThermalFunctionSolidProperties::k_from_T(), ThermalGraphiteProperties::k_from_T(), ThermalMonolithicSiCProperties::k_from_T(), ThermalSS316Properties::k_from_T(), ThermalUCProperties::k_from_T(), FluidPropertiesUtils::NewtonSolve(), FluidPropertiesUtils::NewtonSolve2D(), ThermochimicaDataBase< is_nodal >::notify(), TwoPhaseFluidProperties::p_sat(), TwoPhaseNCGFluidProperties::p_sat(), TwoPhaseNCGFluidProperties::p_sat(), TestTwoPhaseFluidProperties::p_sat(), THMObject::passParameter(), KokkosRadiativeHeatFluxBCBase::precomputeQpJacobian(), KokkosRadiativeHeatFluxBCBase::precomputeQpResidual(), RankTwoScalarTools::radialStress(), RankTwoScalarTools::radialStress(), PorousFlowBroadbridgeWhite::relativePermeability(), PorousFlowVanGenuchten::relativePermeability(), PorousFlowVanGenuchten::relativePermeabilityNW(), SodiumProperties::rho(), ThermalFunctionSolidProperties::rho_from_T(), ThermalSS316Properties::rho_from_T(), ThermalCompositeSiCProperties::rho_from_T(), ThermalFunctionSolidProperties::rho_from_T(), ThermalGraphiteProperties::rho_from_T(), ThermalMonolithicSiCProperties::rho_from_T(), ThermalSS316Properties::rho_from_T(), ThermalUCProperties::rho_from_T(), EquilibriumConstantInterpolator::sample(), EquilibriumConstantFit::sample(), EquilibriumConstantInterpolator::sample(), EquilibriumConstantInterpolator::sampleDerivative(), RankTwoScalarTools::secondInvariant(), INSADObjectTracker::set(), THM::sgn(), TwoPhaseFluidProperties::sigma_from_T(), StiffenedGasTwoPhaseFluidProperties::sigma_from_T(), TestTwoPhaseFluidProperties::sigma_from_T(), StiffenedGasTwoPhaseFluidProperties::StiffenedGasTwoPhaseFluidProperties(), THM::stringToEnum(), SodiumProperties::temperature(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), EBSDMeshErrorTest::testParam(), PorousFlowWaterVapor::thermophysicalProperties(), PorousFlowBrineCO2::thermophysicalProperties(), PorousFlowWaterNCG::thermophysicalProperties(), RankTwoScalarTools::thirdInvariant(), PorousFlowBrineCO2::totalMassFraction(), PorousFlowWaterNCG::totalMassFraction(), ControlData< T >::type(), ConditionalSampleReporterTempl< T >::validParams(), FlowModelGasMixIC::value(), SaturationDensityFunction::value(), StochasticTools::WeightedCartesianProduct< T, W >::WeightedCartesianProduct(), TwoPhaseNCGPartialPressureFluidProperties::x_sat_ncg_from_p_T(), and IdealRealGasMixtureFluidProperties::xs_prim_from_p_T().

◆ tol

const Real tol = libMesh::TOLERANCE

Definition at line 16 of file GasLiquidMassTransferTest.C.

Referenced by TEST_F().

◆ v

const double v = 1.0

Definition at line 23 of file GasLiquidMassTransferTest.C.

Referenced by GrainGrowthAction::act(), GrainGrowthLinearizedInterfaceAction::act(), PolycrystalKernelAction::act(), PolycrystalStoredEnergyAction::act(), RigidBodyMultiKernelAction::act(), CommonSolidMechanicsAction::act(), GrainGrowthAction::addBnds(), GradientOperatorCoordinates::AxisymmetricCylindrical::addGradOp(), GradientOperatorCoordinates::CentrosymmetricSpherical::addGradOp(), FlowModel1PhaseFunctorMaterial::addPressureFunctorProperty(), FlowModel1PhaseFunctorMaterial::addTemperatureFunctorProperty(), TraceRayTools::atVertex(), ElemExtrema::atVertex(), ClaimRays::buildPointNeighbors(), InterfaceMeshCut2DUserObject::calculateSignedDistance(), DisplacementAboutAxis::calculateTransformationMatrices(), StudentT::cdf(), StochasticTools::BiasCorrectedAccelerated< InType, OutType >::compute(), FluidPropertiesInterrogator::compute1Phase(), RZSymmetry::computeCircumference(), PODReducedBasisTrainer::computeEigenDecomposition(), HillElastoPlasticityStressUpdateTempl< is_ad >::computeElasticityTensorEigenDecomposition(), RDG3EqnMaterial::computeElementPrimitiveVariables(), ADNumericalFlux3EqnCentered::computeFlux(), HillPlasticityStressUpdateTempl< is_ad >::computeHillTensorEigenDecomposition(), StochasticTools::POD::computePOD(), FlowModelGasMixUtils::computePrimitiveSolution(), FlowModel1PhaseUtils::computePrimitiveSolutionVector(), ACInterfaceKobayashi1::computeQpOffDiagJacobian(), CosseratStressDivergenceTensors::computeQpOffDiagJacobian(), MomentBalancing::computeQpOffDiagJacobian(), InertialTorque::computeQpOffDiagJacobian(), PorousMixedVarMaterial::computeQpProperties(), PorousPrimitiveVarMaterial::computeQpProperties(), InterfaceNormalCurvatures::computeQpProperties(), PorousFlowAqueousPreDisChemistry::computeQpProperties(), PorousFlowDarcyVelocityMaterialTempl< is_ad >::computeQpProperties(), PorousFlowEffectiveFluidPressureTempl< is_ad >::computeQpProperties(), PorousFlowJoinerTempl< is_ad >::computeQpProperties(), PorousFlowMassFractionAqueousEquilibriumChemistry::computeQpProperties(), PorousFlowMatrixInternalEnergyTempl< is_ad >::computeQpProperties(), PorousFlowPermeabilityExponentialTempl< is_ad >::computeQpProperties(), PorousFlowPermeabilityKozenyCarmanBaseTempl< is_ad >::computeQpProperties(), PorousFlowPorosityExponentialBase::computeQpProperties(), PorousFlowPorosityHMBiotModulus::computeQpProperties(), PorousFlowThermalConductivityFromPorosityTempl< is_ad >::computeQpProperties(), PorousFlowThermalConductivityIdealTempl< is_ad >::computeQpProperties(), PorousFlowTotalGravitationalDensityFullySaturatedFromPorosity::computeQpProperties(), ControlDrumMaterial::computeQpProperties(), IsotropicCauchyStressTest::computeQpProperties(), StVenantKirchhoffPK2Test::computeQpProperties(), INSFVMassAdvectionOutflowBC::computeQpResidual(), NSFVOutflowTemperatureBC::computeQpResidual(), INSFVEnergyAdvection::computeQpResidual(), INSFVMassAdvection::computeQpResidual(), INSFVScalarFieldAdvection::computeQpResidual(), INSFVTurbulentAdvection::computeQpResidual(), DiscreteLineSegmentInterface::computeRadialCoordinate(), ComputeLagrangianStrainBase< G >::computeRashidApproximateIncrement(), ComputeBlockOrientationByRotation::computeSubdomainEulerAngles(), SurrogateModelAuxKernelTempl< ComputeValueType >::computeValue(), THMSpecificVolumeAux::computeValue(), StagnationPressureAux::computeValue(), StagnationTemperatureAux::computeValue(), OptimizationFunctionAuxTest::computeValue(), ShortestDistanceToSurfaceTestAux::computeValue(), SurrogateModelAuxKernelTempl< ComputeValueType >::computeValue(), FluidPropertiesInterrogator::computeVaporMixture(), ControlDrumMaterial::ControlDrumMaterial(), SubChannel1PhaseProblem::createPetscVector(), dataLoad(), dataStore(), MultiParameterPlasticityStressUpdate::dVardTrial(), StabilizationUtils::elementAverage(), INSFVMomentumAdvectionOutflowBC::gatherRCData(), NSPressureDerivs< T >::get_grad(), NSPressureDerivs< T >::get_hess(), LAROMANCEStressUpdateBaseTempl< is_ad >::getMakeFrameHelper(), INSFVRhieChowInterpolator::getVelocity(), GradientOperator< C >::gradOp(), ConstantViewFactorSurfaceRadiation::initialize(), SurrogateModelScalarAux::initialSetup(), TraceRayTools::intersectTriangle(), ViewFactorBase::maxDevReciprocity(), ViewFactorBase::maxDevRowSum(), ViewFactorBase::normalizeUsingInverseRowSum(), RayTracingAngularQuadrature::orthonormalVector(), ReactionNetworkUtils::parseReactionNetwork(), StudentT::pdf(), Xfem::polyhedron_volume_3d(), ACInterfaceKobayashi1::precomputeQpJacobian(), ACInterfaceKobayashi1::precomputeQpResidual(), ADACInterfaceKobayashi1::precomputeQpResidual(), StudentT::quantile(), Xfem::r8vec_norm(), EBSDReader::readFile(), SolidMechanicsPlasticMohrCoulombMulti::returnTip(), NormalSampler::sample(), Simulation::setupInitialConditionsFromFile(), StochasticTools::stochasticAllGather(), StochasticTools::stochasticGather(), Moose::stringify(), TEST(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), THMParsedFunctionWrapper::THMParsedFunctionWrapper(), THM::v_from_arhoA_alpha_A(), THM::v_from_rho(), THM::v_from_rhoA_A(), FourierNoise::value(), FlowModelGasMixIC::value(), FourierNoise::value(), PorousFlowFluidStateFlash::vaporMassFraction(), WCNSFVFluxBCBase::varVelocity(), ViewFactorBase::ViewFactorBase(), and WCNSFV2PSlipVelocityFunctorMaterial::WCNSFV2PSlipVelocityFunctorMaterial().