EnvironmentalSystemsLab / Eddy3D-Public

Public repository for documentation and user issue tracking
MIT License
3 stars 0 forks source link

Missing "polyMesh" Folder when using Cylindrical Domain #12

Open sperrault opened 1 week ago

sperrault commented 1 week ago

I updated to version 0.4.8.0 and encountered an issue when running RunMsh with Cylindrical Domain (DomainCyl):

--> FOAM FATAL ERROR:
Cannot find file "points" in directory "polyMesh" in times "constant" down to constant

    From function virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const
    in file global/fileOperations/fileOperation/fileOperation.C at line 871.

FOAM exiting

It appears that the "mesh\constant\polyMesh" folder is not being created by blockMesh and, as a result, is not duplicated in the case folders.