View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000928 | OpenFOAM | Bug | public | 2013-07-22 16:14 | 2013-07-23 12:59 |
Reporter | gdtech | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Centos | OS Version | 6.4 |
Summary | 0000928: rotorForce export not handled correctly if more than 1 rotorDisk source | ||||
Description | With more than 1 rotorDiskSource, rotorForce export contains the data from only one zone (the latest one specified in fvOptions). | ||||
Steps To Reproduce | In turbineSiting tutorial, replace actuationDiskSources by rotorDiskSources and check "rotorForce" data. | ||||
Additional Information | One solution is to replace the following lines in rotorDiskSource.C volVectorField force ( IOobject ( "rotorForce", mesh_.time().timeName(), mesh_, IOobject::NO_READ, IOobject::NO_WRITE ), mesh_, dimensionedVector("zero", dims, vector::zero) ); by volVectorField force ( IOobject ( "rotorForce", mesh_.time().timeName(), mesh_, IOobject::READ_IF_PRESENT, IOobject::NO_WRITE ), mesh_, dimensionedVector("zero", dims, vector::zero) ); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-07-22 16:14 | gdtech | New Issue | |
2013-07-23 12:59 |
|
Note Added: 0002343 | |
2013-07-23 12:59 |
|
Status | new => resolved |
2013-07-23 12:59 |
|
Fixed in Version | => 2.2.x |
2013-07-23 12:59 |
|
Resolution | open => fixed |
2013-07-23 12:59 |
|
Assigned To | => user2 |