View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004220 | OpenFOAM | Bug | public | 2025-03-05 11:27 | 2025-03-05 12:06 |
Reporter | Apanasevich | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | amd64 | OS | Rocky Linux | OS Version | 8.6 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0004220: Wrong dimension of k in HerschelBulkley model | ||||
Description | I observed the following error when using the Herschley-Bulkey model with kOmegaSST: -> FOAM FATAL ERROR: LHS and RHS of + have different dimensions dimensions : [length^2 time^-2] + [length^2 time^-2.2346] From function Foam::dimensionSet Foam::operator+(const Foam::dimensionSet&, const Foam::dimensionSet&) in file dimensionSet/dimensionSet.C at line 540. FOAM aborting Units of k*gamma^n term are wrong. It seems the problem is: [k] = m^2 / s^2 instead of m^2 / s^2 s^n Tested with multicomponentFluid and incompressibleFluid. | ||||
Steps To Reproduce | A small 2D test case for mcF + HerschelBulkley is attached. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-03-05 11:27 | Apanasevich | New Issue | |
2025-03-05 11:27 | Apanasevich | File Added: mcF_2D_HerschelBulkley.zip | |
2025-03-05 12:06 | henry | Assigned To | => henry |
2025-03-05 12:06 | henry | Status | new => resolved |
2025-03-05 12:06 | henry | Resolution | open => fixed |
2025-03-05 12:06 | henry | Fixed in Version | => dev |
2025-03-05 12:06 | henry | Note Added: 0013537 |