View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003455 | OpenFOAM | Patch | public | 2020-02-16 13:24 | 2020-02-17 09:55 |
Reporter | handrake0724 | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0003455: incorrect description in forces.H | ||||
Description | I would like to make sure the Note on coordinate system in forces.H which reads: \verbatim coordinateSystem { origin (0 0 0); e3 (0 0 1); e1 (1 0 0); } \endverbatim I tried to use local coordinate to measure wind load following wind direction. At first, forces functionObject dictionary went like this forces { type forces; functionObjectLibs 1 ( ”libforces.so” ); writeControl timeStep; writeInterval 1; patches ("hull"); rhoName rhoInf; rho rhoInf; log true; rhoInf 1.21; coordianateSystem { origin (0 0 0); e3 (0 0 1); e1 (1 0 0); } } But the above did not work saying failed to find origin. The next thing I found to make it work is that forces { type forces; functionObjectLibs 1 ( ”libforces.so” ); writeControl timeStep; writeInterval 1; patches ("hull"); rhoName rhoInf; rho rhoInf; log true; rhoInf 1.21; origin (0 0 0); coordinateRotation { type axesRotation; e3 (0 0 1); e1 (1 0 0); } } So, I am wondering if the description on the header file is incorrect. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-02-16 13:24 | handrake0724 | New Issue | |
2020-02-17 09:55 | henry | Assigned To | => henry |
2020-02-17 09:55 | henry | Status | new => resolved |
2020-02-17 09:55 | henry | Resolution | open => fixed |
2020-02-17 09:55 | henry | Fixed in Version | => dev |
2020-02-17 09:55 | henry | Note Added: 0011189 |