wildmichael / pdfFoam

Transported JPDF Library and Solver for Reactive Flow Simulations with OpenFOAM
GNU General Public License v2.0
42 stars 24 forks source link

Problem in tutorial of SandiaPropaneJet case in pdfFoam #3

Open Rockbeth opened 8 months ago

Rockbeth commented 8 months ago

I installed the pdfFoam in OpenFOAM-2.1.1. I tried to run the SandiaPropaneJet case in pdfFoam, but it accidentally went wrong. It seems that some files are missing(/pdfFoam-master/tutorials/SandiaPropaneJet/constant/boundaryData/jet/points). Actually, I have already run blockmesh correctly. Here is the log files. In fact, it also occurs in other places (such as the SandiaD case). I really hope you can help me. I want to use pdfFoam to do some interesting work.

log.blockMesh

/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.1                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : 2.1.1-221db2718bbb
Exec   : blockMesh
Date   : Jan 17 2024
Time   : 14:34:41
Host   : "y2202.para.bscc"
PID    : 55077
Case   : /public21/home/sc92731/baixinyuan/tpdf/2.1/pdfFoam-master/tutorials/SandiaPropaneJet
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Creating block mesh from
    "/public21/home/sc92731/baixinyuan/tpdf/2.1/pdfFoam-master/tutorials/SandiaPropaneJet/constant/polyMesh/blockMeshDict"
No non-linear edges defined
Creating topology blocks
Creating topology patches

Reading patches section

Creating block mesh topology

Reading physicalType from existing boundary file

Default patch type set to empty

Check topology

    Basic statistics
        Number of internal faces : 2
        Number of boundary faces : 14
        Number of defined boundary faces : 14
        Number of undefined boundary faces : 0
    Checking patch -> block consistency

Creating block offsets
Creating merge list .

Creating polyMesh from blockMesh
Creating patches
Creating cells
Creating points with scale 1

There are no merge patch pairs edges

Writing polyMesh
----------------
Mesh Information
----------------
  boundingBox: (0 0.000149429 -0.00174478) (0.3 0.0399619 0.00174478)
  nPoints: 4070
  nCells: 1944
  nFaces: 7866
  nInternalFaces: 3798
----------------
Patches
----------------
  patch 0 (start: 3798 size: 7) name: jet
  patch 1 (start: 3805 size: 5) name: bluffBody
  patch 2 (start: 3810 size: 24) name: coflow
  patch 3 (start: 3834 size: 36) name: outflow
  patch 4 (start: 3870 size: 54) name: axis
  patch 5 (start: 3924 size: 54) name: outerWall
  patch 6 (start: 3978 size: 1944) name: back
  patch 7 (start: 5922 size: 1944) name: front

End

log.pdfSimpleFoam

/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.1                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : 2.1.1-221db2718bbb
Exec   : pdfSimpleFoam
Date   : Jan 17 2024
Time   : 14:34:41
Host   : "y2202.para.bscc"
PID    : 55086
Case   : /public21/home/sc92731/baixinyuan/tpdf/2.1/pdfFoam-master/tutorials/SandiaPropaneJet
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0

Reading field U

--> FOAM FATAL IO ERROR: 
cannot find file

file: /public21/home/sc92731/baixinyuan/tpdf/2.1/pdfFoam-master/tutorials/SandiaPropaneJet/constant/boundaryData/jet/points at line 0.

    From function regIOobject::readStream()
    in file db/regIOobject/regIOobjectRead.C at line 73.

FOAM exiting