Skip to content

EhsanGLB/WSSCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WSSCS

This is a post-processing for wall shear stress written based on foam-extend-4.1.

Mathematical Relationships

$$ \tau_w = \mu \nabla U . n$$

Which $\tau_w$, $\mu$, $U$, and $n$ are wall shear stress, dynamic viscosity, velocity vector, and perpendicular vector, respectively.

Installation

It is working on foam-extend-4.1

git clone https://github.com/EhsanGLB/WSSCS.git

Getting Started

  1. First way
surfaceFeatureEdges fluidDomain.stl fluidDomain.fms
tetMesh 
autoPatch 55 -overwrite
createPatch -overwrite
transformPoints -scale '(0.001 0.001 0.001)'
checkMesh
pimpleFoam
  1. Second way
./Allrun

References

About

An OpenFOAM's code stream for wall shear stress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors