Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
Public Member Functions | Public Attributes | List of all members
sierra::nalu::ComputeWallFrictionVelocityAlgorithm Class Reference

#include <ComputeWallFrictionVelocityAlgorithm.h>

Inheritance diagram for sierra::nalu::ComputeWallFrictionVelocityAlgorithm:
sierra::nalu::Algorithm

Public Member Functions

 ComputeWallFrictionVelocityAlgorithm (Realm &realm, stk::mesh::Part *part, const bool &useShifted)
 
virtual ~ComputeWallFrictionVelocityAlgorithm ()
 
void execute ()
 
void zero_nodal_fields ()
 
void compute_utau (const double &up, const double &yp, const double &density, const double &viscosity, double &utau)
 
void normalize_nodal_fields ()
 
- Public Member Functions inherited from sierra::nalu::Algorithm
 Algorithm (Realm &realm, stk::mesh::Part *part)
 
 Algorithm (Realm &realm, stk::mesh::PartVector &partVec)
 
virtual ~Algorithm ()
 
virtual void pre_work ()
 

Public Attributes

const bool useShifted_
 
const double yplusCrit_
 
const double elog_
 
const double kappa_
 
const int maxIteration_
 
const double tolerance_
 
VectorFieldTypevelocity_
 
VectorFieldTypebcVelocity_
 
VectorFieldTypecoordinates_
 
ScalarFieldTypedensity_
 
ScalarFieldTypeviscosity_
 
GenericFieldTypeexposedAreaVec_
 
GenericFieldTypewallFrictionVelocityBip_
 
GenericFieldTypewallNormalDistanceBip_
 
ScalarFieldTypeassembledWallNormalDistance_
 
ScalarFieldTypeassembledWallArea_
 
- Public Attributes inherited from sierra::nalu::Algorithm
Realmrealm_
 
stk::mesh::PartVector partVec_
 
std::vector< SupplementalAlgorithm * > supplementalAlg_
 
std::vector< Kernel * > activeKernels_
 

Constructor & Destructor Documentation

sierra::nalu::ComputeWallFrictionVelocityAlgorithm::ComputeWallFrictionVelocityAlgorithm ( Realm realm,
stk::mesh::Part *  part,
const bool &  useShifted 
)
sierra::nalu::ComputeWallFrictionVelocityAlgorithm::~ComputeWallFrictionVelocityAlgorithm ( )
virtual

Member Function Documentation

void sierra::nalu::ComputeWallFrictionVelocityAlgorithm::compute_utau ( const double &  up,
const double &  yp,
const double &  density,
const double &  viscosity,
double &  utau 
)
void sierra::nalu::ComputeWallFrictionVelocityAlgorithm::execute ( )
virtual
void sierra::nalu::ComputeWallFrictionVelocityAlgorithm::normalize_nodal_fields ( )
void sierra::nalu::ComputeWallFrictionVelocityAlgorithm::zero_nodal_fields ( )

Member Data Documentation

ScalarFieldType* sierra::nalu::ComputeWallFrictionVelocityAlgorithm::assembledWallArea_
ScalarFieldType* sierra::nalu::ComputeWallFrictionVelocityAlgorithm::assembledWallNormalDistance_
VectorFieldType* sierra::nalu::ComputeWallFrictionVelocityAlgorithm::bcVelocity_
VectorFieldType* sierra::nalu::ComputeWallFrictionVelocityAlgorithm::coordinates_
ScalarFieldType* sierra::nalu::ComputeWallFrictionVelocityAlgorithm::density_
const double sierra::nalu::ComputeWallFrictionVelocityAlgorithm::elog_

Referenced by compute_utau().

GenericFieldType* sierra::nalu::ComputeWallFrictionVelocityAlgorithm::exposedAreaVec_
const double sierra::nalu::ComputeWallFrictionVelocityAlgorithm::kappa_

Referenced by compute_utau().

const int sierra::nalu::ComputeWallFrictionVelocityAlgorithm::maxIteration_

Referenced by compute_utau().

const double sierra::nalu::ComputeWallFrictionVelocityAlgorithm::tolerance_

Referenced by compute_utau().

const bool sierra::nalu::ComputeWallFrictionVelocityAlgorithm::useShifted_

Referenced by execute().

VectorFieldType* sierra::nalu::ComputeWallFrictionVelocityAlgorithm::velocity_
ScalarFieldType* sierra::nalu::ComputeWallFrictionVelocityAlgorithm::viscosity_
GenericFieldType* sierra::nalu::ComputeWallFrictionVelocityAlgorithm::wallFrictionVelocityBip_
GenericFieldType* sierra::nalu::ComputeWallFrictionVelocityAlgorithm::wallNormalDistanceBip_
const double sierra::nalu::ComputeWallFrictionVelocityAlgorithm::yplusCrit_

Referenced by execute().


The documentation for this class was generated from the following files: