DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
test_fv_correctness.TestCellVolumes Class Reference

Public Member Functions

 test_wall_mesh_cell_volumes (self, wall_mesh_fv)
 
 test_periodic_mesh_cell_volumes (self, periodic_mesh_fv)
 

Detailed Description

Verify cell volumes for uniform quad meshes.

Definition at line 96 of file test_fv_correctness.py.

Member Function Documentation

◆ test_periodic_mesh_cell_volumes()

test_fv_correctness.TestCellVolumes.test_periodic_mesh_cell_volumes (   self,
  periodic_mesh_fv 
)
Each cell in Uniform_3x3 has volume 1.0 (unit squares on [0,3]^2).

Definition at line 108 of file test_fv_correctness.py.

◆ test_wall_mesh_cell_volumes()

test_fv_correctness.TestCellVolumes.test_wall_mesh_cell_volumes (   self,
  wall_mesh_fv 
)
Each cell in Uniform_3x3_wall has volume 1.0 (unit squares on [-1,2]^2).

Definition at line 99 of file test_fv_correctness.py.


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