View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000730 | OpenFOAM | Bug | public | 2013-01-30 23:15 | 2013-02-08 11:12 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 10.04 |
Summary | 0000730: foamToEnsight | ||||
Description | foamToEnsight writes data for all fields in different files with specific time indexing. These files are specified in the Ensight.case file. openfoam uses 3 digits for time indexing e.g. a file name can be [Case_Name].***.[Field,p,U or T] If the number of time steps are more than 1000 this process fails and no .case file for ensight is written. | ||||
Steps To Reproduce | Try any small case with more than 1000 t steps to reproduce the problem. | ||||
Tags | No tags attached. | ||||
|
word::stripInvalid() called for word 00 For debug level (= 2) > 1 this is considered fatal This error message is displayed. |
|
The problem is the wildcards that are limited to 3 characters. We have no Ensight over here but could you try the following: in $FOAM_UTILITIES/postProcessing/dataConversion/foamToEnsight/itoa.C change the variable 'length' to 4 (from 3) and see if this works correctly. |
|
I already did that and that works now. Apart from changing itoa.C, I also changed the "***" in different files to "****" so that when Ensight.case file is read it can identify the variable file "name format". May be that was not necessary. But its working perfectly fine now. Thanks for your reply. Regards, Awais |
|
Can you send me/attach your patched version? |
|
Fixed in f8059ab08374b14b823312999c2877d70c289add. Thanks for reporting |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-01-30 23:15 |
|
New Issue | |
2013-01-30 23:57 |
|
Note Added: 0001872 | |
2013-02-05 09:41 |
|
Note Added: 0001876 | |
2013-02-05 17:47 |
|
Note Added: 0001878 | |
2013-02-06 08:52 |
|
Note Added: 0001879 | |
2013-02-08 11:12 |
|
Note Added: 0001885 | |
2013-02-08 11:12 |
|
Status | new => resolved |
2013-02-08 11:12 |
|
Fixed in Version | => 2.1.x |
2013-02-08 11:12 |
|
Resolution | open => fixed |
2013-02-08 11:12 |
|
Assigned To | => user4 |