File tree Expand file tree Collapse file tree
src/PostprocessData/postprocessData
utilities/postprocessPhasicFlow/postSimulationFieldsDataBase Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ pFlow::postprocessData::postprocessData::postprocessData
5050 if ( !dict_.fileExist () || !dict_.headerOk () )
5151 {
5252 WARNING<<" You requested postprocessData function while,"
53- <<" the dictionary system /postprocessDataDict does not exist."
53+ <<" the dictionary settings /postprocessDataDict does not exist."
5454 <<" This feature is disabled in the current run." <<END_WARNING;
5555 return ;
5656 }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ bool postSimulationFieldsDataBase::loadPointFieldToTime(const word &name)
2222 {
2323 allPointFields_.push_back
2424 (
25- makeUnique<pointField_H <real>>
25+ makeUnique<pointField_D <real>>
2626 (
2727 objectFile
2828 (
@@ -40,7 +40,7 @@ bool postSimulationFieldsDataBase::loadPointFieldToTime(const word &name)
4040 {
4141 allPointFields_.push_back
4242 (
43- makeUnique<pointField_H <realx3>>
43+ makeUnique<pointField_D <realx3>>
4444 (
4545 objectFile
4646 (
@@ -58,7 +58,7 @@ bool postSimulationFieldsDataBase::loadPointFieldToTime(const word &name)
5858 {
5959 allPointFields_.push_back
6060 (
61- makeUnique<pointField_H <realx4>>
61+ makeUnique<pointField_D <realx4>>
6262 (
6363 objectFile
6464 (
@@ -76,7 +76,7 @@ bool postSimulationFieldsDataBase::loadPointFieldToTime(const word &name)
7676 {
7777 allPointFields_.push_back
7878 (
79- makeUnique<pointField_H <uint32>>
79+ makeUnique<pointField_D <uint32>>
8080 (
8181 objectFile
8282 (
@@ -263,4 +263,4 @@ TimeValueType postSimulationFieldsDataBase::skipNextTimeFolder()
263263 return nextTime;
264264}
265265
266- } // namespace pFlow::postprocessData
266+ } // namespace pFlow::postprocessData
You can’t perform that action at this time.
0 commit comments