View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002880 | OpenFOAM | Patch | public | 2018-03-14 23:57 | 2018-03-15 00:46 |
Reporter | taherc | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Fixed in Version | dev | ||||
Summary | 0002880: forces function object issue | ||||
Description | Forces function object still requires nu to be specified with a dimension in transportProperties file like older versions of OF. A simple change in the forces.C file resolves the issue. I attached the proposed change. | ||||
Tags | No tags attached. | ||||
|
forces_diff (233 bytes)
264c264,269 < dimensionedScalar nu(transportProperties.lookup("nu")); --- > dimensionedScalar nu > ( > "nu", > dimViscosity, > transportProperties.lookup("nu") > ); |
|
Resolved by commit 0fd3db427fe185b0e6484b96435dc109839a5d90 |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-03-14 23:57 | taherc | New Issue | |
2018-03-14 23:57 | taherc | File Added: forces_diff | |
2018-03-15 00:46 | henry | Assigned To | => henry |
2018-03-15 00:46 | henry | Status | new => resolved |
2018-03-15 00:46 | henry | Resolution | open => fixed |
2018-03-15 00:46 | henry | Fixed in Version | => dev |
2018-03-15 00:46 | henry | Note Added: 0009425 |