Skip to content

This simple OpenFOAM utility computes the average cell volume in the domain using arithematic average

Notifications You must be signed in to change notification settings

AkshayPatil1994/getCellVolume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This utility computes the average cell volume of the computational grid, which can be used to estimate the GCI metrics such as average representative grid size.

How to compile the code?

Make sure that OpenFOAM is sourced on your current terminal session

  1. Copy the code base to the location
OpenFOAM/username-ofversion/applications/utilities/getCellVolume
  1. Enter the getCellVolume directory and compile
wmake

Example output from the code

Create time

Create mesh for time = 8000


Average cell Volume (V_bar): 1935.2512


Total cell Volume (V): 1.7544206e+10


Average representative length scale (h): 12.461752


ExecutionTime = 2.63 s  ClockTime = 14 s

End

About

This simple OpenFOAM utility computes the average cell volume in the domain using arithematic average

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages