Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anything in parser changed recenlty causes the folllowing problem? #876

Closed
GitPaean opened this issue Jul 12, 2016 · 11 comments
Closed

anything in parser changed recenlty causes the folllowing problem? #876

GitPaean opened this issue Jul 12, 2016 · 11 comments

Comments

@GitPaean
Copy link
Member

GitPaean commented Jul 12, 2016

I did not see this problem before. There are some useful keywords are claimed not supported.

Error: Keyword 'NSTACK' is not supported by flow.
In file /home/kaib/OPM-devel/opm/opm-data/polymer_test_suite/3D_plyshlog/case-shear-thinning/3D_POLYMER.DATA, line 54

Error: Keyword 'OPTIONS' is not supported by flow.
In file /home/kaib/OPM-devel/opm/opm-data/polymer_test_suite/3D_plyshlog/case-shear-thinning/3D_POLYMER.DATA, line 60

Error: Keyword 'GRIDUNIT' is not supported by flow.
In file /home/kaib/OPM-devel/opm/opm-data/polymer_test_suite/3D_plyshlog/case-shear-thinning/3D_POLYMER.DATA, line 75

Error: Keyword 'NOECHO' is not supported by flow.
In file /home/kaib/OPM-devel/opm/opm-data/polymer_test_suite/3D_plyshlog/case-shear-thinning/3D_POLYMER.DATA, line 80

Error: Keyword 'NOECHO' is not supported by flow.
In file /home/kaib/OPM-devel/opm/opm-data/polymer_test_suite/3D_plyshlog/case-shear-thinning/3D_POLYMER.DATA, line 119

Error: Keyword 'NOECHO' is not supported by flow.
In file /home/kaib/OPM-devel/opm/opm-data/polymer_test_suite/3D_plyshlog/case-shear-thinning/POLY.INC, line 9

Error: Keyword 'PLMIXPAR' is not supported by flow.
In file /home/kaib/OPM-devel/opm/opm-data/polymer_test_suite/3D_plyshlog/case-shear-thinning/POLY.INC, line 40

Error: Keyword 'ECHO' is not supported by flow.
In file /home/kaib/OPM-devel/opm/opm-data/polymer_test_suite/3D_plyshlog/case-shear-thinning/POLY.INC, line 65

Error: Keyword 'RPTSOL' is not supported by flow.
In file /home/kaib/OPM-devel/opm/opm-data/polymer_test_suite/3D_plyshlog/case-shear-thinning/3D_POLYMER.DATA, line 132

Error: Keyword 'NOECHO' is not supported by flow.
In file /home/kaib/OPM-devel/opm/opm-data/polymer_test_suite/3D_plyshlog/case-shear-thinning/3D_POLYMER.DATA, line 143
@jokva
Copy link
Contributor

jokva commented Jul 12, 2016

OPM/opm-simulators#756

@jokva jokva closed this as completed Jul 12, 2016
@joakim-hove
Copy link
Member

Nothing new - it is just printing 'old news'; however we should probably print a bit more selectively.

@GitPaean
Copy link
Member Author

Error: Keyword 'PLMIXPAR' is not supported by flow.

This is one important keyword though. It causes the simulation broken.

@GitPaean
Copy link
Member Author

OPM/opm-simulators#756

Okay. It is not something related to parser, I will check that PR.

@jokva
Copy link
Contributor

jokva commented Jul 12, 2016

This is one important keyword though. It causes the simulation broken.

Then it was never working.

@GitPaean
Copy link
Member Author

Then it was never working.

I will check about it. NOT sure about that. The simulation has been working for more than one year.

@jokva
Copy link
Contributor

jokva commented Jul 12, 2016

If so, then it's despite PLMIXPAR not being supported. As @joakim-hove points out, OPM/opm-simulators#756 doesn't add anything new.

edit: actually, the message itself might be wrong. opm/polymer/PolymerProperties picks up on it.

@joakim-hove
Copy link
Member

The PR in question was PURELY cosmetic, you are looking at a false positive.

@GitPaean
Copy link
Member Author

I am not sure where to look at now. I will test a little to find out. Thanks for the information. If you have some other places to suggest, please let me know. It should be something very recently.

@joakim-hove
Copy link
Member

Please - the only ting you should do is to submit a PR where you remove the PLMIXPAR keyword from the list of not supported keywords.

@GitPaean
Copy link
Member Author

Yes. You arre right. I will correct that list. Something else happened after the recent relese changed the iteration behavior, generating some too large residual and causes the simulation restart for the first step, I will take a look at that later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants