| 
|   | TurbBoundFuncBase (libMesh::MeshFunction *turbulent_bc_values) | 
|   | 
| virtual libMesh::Number  | operator() (const libMesh::Point &, const libMesh::Real=0) | 
|   | 
| virtual libMesh::Number  | compute_final_value (const libMesh::DenseVector< libMesh::Number > &u_nu_values)=0 | 
|   | 
| virtual void  | operator() (const libMesh::Point &p, const libMesh::Real t, libMesh::DenseVector< libMesh::Number > &output) | 
|   | 
Definition at line 74 of file test_turbulent_channel.C.
 
  
  
      
        
          | GRINSTesting::TurbBoundFuncBase::TurbBoundFuncBase  | 
          ( | 
          libMesh::MeshFunction *  | 
          turbulent_bc_values | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 77 of file test_turbulent_channel.C.
   79     { this->_initialized = 
true; }
 
libMesh::MeshFunction * _turbulent_bc_values
 
 
 
 
  
  
      
        
          | virtual libMesh::Number GRINSTesting::TurbBoundFuncBase::compute_final_value  | 
          ( | 
          const libMesh::DenseVector< libMesh::Number > &  | 
          u_nu_values | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
  
  
      
        
          | virtual libMesh::Number GRINSTesting::TurbBoundFuncBase::operator()  | 
          ( | 
          const libMesh::Point &  | 
          ,  | 
         
        
           | 
           | 
          const libMesh::Real  | 
           = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual void GRINSTesting::TurbBoundFuncBase::operator()  | 
          ( | 
          const libMesh::Point &  | 
          p,  | 
         
        
           | 
           | 
          const libMesh::Real  | 
          t,  | 
         
        
           | 
           | 
          libMesh::DenseVector< libMesh::Number > &  | 
          output  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinevirtual   | 
  
 
Definition at line 86 of file test_turbulent_channel.C.
References _turbulent_bc_values, and compute_final_value().
   94       libMesh::Point p_copy(p);
 
   96       p_copy(0) = p_copy(1);
 
  102           p_copy(0) = 1 - p_copy(0);
 
  104       p_copy(0) = 2*p_copy(0);
 
  106       libMesh::DenseVector<libMesh::Number> u_nu_values;
 
libMesh::MeshFunction * _turbulent_bc_values
 
virtual libMesh::Number compute_final_value(const libMesh::DenseVector< libMesh::Number > &u_nu_values)=0
 
 
 
 
  
  
      
        
          | libMesh::MeshFunction* GRINSTesting::TurbBoundFuncBase::_turbulent_bc_values | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: