Closed kskinoue0612 closed 5 years ago
Based on i-RIC/iriclib#15
For C/C++:
For FORTRAN:
Currently, calculation results defined at grid nodes are stored in FlowSolution_t nodes named "FlowSolution1", "FlowSolution2",... The names of the nodes are stored in "FlowSolutionPointers" in "ZoneIterativeData".
For calculation results defined at grid faces, data are stored in FlowSolution_t nodes with GridLocation_t value IFaceCenter and JFaceCenter, named "FlowIFaceSolution1", "FlowIFaceSolution2", ... and "FlowJFaceSolution1", "FlowJFaceSolution2"... The names of the nodes are stored in "FlowIFaceSolutionPointers" and "FlowJFaceSolutionPointers" in "ZoneIterativeData".
CgnsFile::Impl::solIndex(CGNS_ENUMT(GridLocation_t) location, int step)
Hi Scott,
Thanks for the comment. I think this seems good, so please implement in this way.
Thanks, Keisuke
Add function to read / write calculation result values defined at cell edges. Functions should handle I-direction edge values and J-direction edge values separately.