Skip to content

Commit

Permalink
Update INSFVTurbulentViscosityWallFunction.h idaholab#27800 idaholab#…
Browse files Browse the repository at this point in the history
  • Loading branch information
freiler committed Jun 17, 2024
1 parent 2a258f4 commit 0e676b1
Showing 1 changed file with 0 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,57 +51,3 @@ class INSFVTurbulentViscosityWallFunction : public FVDirichletBCBase
/// Method used for wall treatment
const MooseEnum _wall_treatment;
};

// //* This file is part of the MOOSE framework
// //* https://www.mooseframework.org
// //*
// //* All rights reserved, see COPYRIGHT for full restrictions
// //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
// //*
// //* Licensed under LGPL 2.1, please see LICENSE for details
// //* https://www.gnu.org/licenses/lgpl-2.1.html

// #pragma once

// #include "FVDirichletBCBase.h"
// #include "FVFluxBC.h"

// /**
// * Applies a wall function to the turbulent viscosity field
// */
// class INSFVTurbulentViscosityWallFunction : public FVDirichletBCBase
// {
// public:
// INSFVTurbulentViscosityWallFunction(const InputParameters & parameters);

// static InputParameters validParams();

// ADReal boundaryValue(const FaceInfo & fi) const override;

// private:
// /// the dimension of the domain
// const unsigned int _dim;

// /// x-velocity
// const Moose::Functor<ADReal> & _u_var;
// /// y-velocity
// const Moose::Functor<ADReal> * _v_var;
// /// z-velocity
// const Moose::Functor<ADReal> * _w_var;

// /// Density
// const Moose::Functor<ADReal> & _rho;
// /// Dynamic viscosity
// const Moose::Functor<ADReal> & _mu;
// /// Turbulent dynamic viscosity
// const Moose::Functor<ADReal> & _mu_t;

// /// Turbulent kinetic energy
// const Moose::Functor<ADReal> & _k;

// /// C_mu turbulent coefficient
// const Real _C_mu;

// /// Method used for wall treatment
// const MooseEnum _wall_treatment;
// };

0 comments on commit 0e676b1

Please sign in to comment.