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

Public Member Functions

 test_global_vol (self, periodic_vfv)
 
 test_cell_bary_in_range (self, periodic_vfv)
 
 test_cell_vol_positive (self, periodic_vfv)
 
 test_face_area_positive (self, periodic_vfv)
 

Detailed Description

Verify VR construction pipeline completes and produces valid state.

Definition at line 138 of file test_vr_correctness.py.

Member Function Documentation

◆ test_cell_bary_in_range()

test_vr_correctness.TestVRConstruction.test_cell_bary_in_range (   self,
  periodic_vfv 
)
Primary cell barycenters should lie within [-1,2]^2
(a superset of the Uniform_3x3 mesh bounds).

Definition at line 146 of file test_vr_correctness.py.

◆ test_cell_vol_positive()

test_vr_correctness.TestVRConstruction.test_cell_vol_positive (   self,
  periodic_vfv 
)

Definition at line 155 of file test_vr_correctness.py.

◆ test_face_area_positive()

test_vr_correctness.TestVRConstruction.test_face_area_positive (   self,
  periodic_vfv 
)

Definition at line 160 of file test_vr_correctness.py.

◆ test_global_vol()

test_vr_correctness.TestVRConstruction.test_global_vol (   self,
  periodic_vfv 
)
Global volume should be 9.0 for [0,3]^2.

Definition at line 141 of file test_vr_correctness.py.


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