View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004197 | OpenFOAM | Bug | public | 2025-01-02 16:39 | 2025-01-02 18:05 |
Reporter | blocksgearing0d | Assigned To | administrator | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | suspended | ||
Platform | GNU/Linux | OS | RHEL | OS Version | 9.4 |
Product Version | dev | ||||
Summary | 0004197: extrudeMesh writes to constant/polyMesh when using mesh option | ||||
Description | When using mesh option the extrudeMesh utility reads from constant/meshes/<time>/polyMesh but writes to constant/polyMesh | ||||
Steps To Reproduce | 1. Generate meshes in $FOAM_TUTORIALS/shockFluid/movingCone/ 2. Add the provided extrudeMeshDict to system/ 3. Rename or delete constant/polyMesh/ 4. Run the extrudeMesh utility, e.g. for 1e-05 $ extrudeMesh -dict system/extrudeMeshDict -mesh 1e-05 5. Check that constant/polyMesh/ was created again and constant/meshes/1e-05/polyMesh/ was not changed. | ||||
Tags | No tags attached. | ||||
|
extrudeMeshDict (936 bytes)
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class dictionary; location "system"; object extrudeMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // constructFrom patch; sourceCase "."; sourcePatches ( front ); exposedPatchName back; flipNormals true; nLayers 1; extrudeModel linearNormal; linearNormalCoeffs { thickness 0.001; } expansionRatio 1.00; mergeFaces false; // ************************************************************************* // |
|
Where should the extruded mesh be written? Should it always overwrite the original mesh or write to some other location? Currently it always writes to constant/polyMesh. |
|
Development request to be discussed with sponsors. |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-01-02 16:39 | blocksgearing0d | New Issue | |
2025-01-02 16:39 | blocksgearing0d | File Added: extrudeMeshDict | |
2025-01-02 18:04 | henry | Note Added: 0013499 | |
2025-01-02 18:05 | administrator | Assigned To | => administrator |
2025-01-02 18:05 | administrator | Status | new => closed |
2025-01-02 18:05 | administrator | Resolution | open => suspended |
2025-01-02 18:05 | administrator | Note Added: 0013500 |