34#include "singlePhaseTransportModel.H"
35#include "turbulentTransportModel.H"
36#include "pimpleControl.H"
38#include "IOporosityModelList.H"
39#include "IOMRFZoneList.H"
40#include "fixedFluxPressureFvPatchScalarField.H"
57 autoPtr<dimensionedScalar>
_tau;
100 void truthSolve(List<scalar> mu_now, std::string folder);
Class to implement Molten Salt Reactor multiphysics problem.
void truthSolve()
Perform a TruthSolve.
bool checkWrite(Time &timeObject)
Function to check if the solution must be exported.
scalar maxDeltaT
maxDeltaT
autoPtr< pimpleControl > _pimple
pimpleControl
autoPtr< dimensionedScalar > _tau
usmsrProblem()
Construct Null.
void assignPrecsBC(label call, label Ntau)
Method to assign the inlet BC to all precursors it assigns prec_i(x=inlet,t)=prec_i(x=outlet,...
bool adjustTimeStep
adjustTimeStep
void changePrecsBC()
Method to change the precursors' "precinIndex" (i.e.
void computePrecsBC(label call)
Method to compute the precursors inlet bc as: prec_i(x=outlet,t)exp(-lam_i*tau) where prec_i(x=outlet...
autoPtr< pimpleControl > _npimple
autoPtr< incompressible::turbulenceModel > turbulence
Turbulence model.