phaseField icon indicating copy to clipboard operation
phaseField copied to clipboard

Fail to run example

Open qingyang0315 opened this issue 4 years ago • 2 comments

When I try to run the example of "allenCahn" in the folder "/phaseField/applications/allenCahn", it shows that "An error occurred in line <551> of file </home/yq/deal.ii-candi/tmp/unpack/deal.II-v9.2.0/source/base/parameter_handler.cc> in function virtual void dealii::ParameterHandler::parse_input(const string&, const string&, bool, bool) The violated condition was:
false Additional information: Unknown input file name extension. Supported types are .prm, .xml, and .json." But the input file is "parameters.in". I wonder why. Thanks.

qingyang0315 avatar Sep 03 '20 14:09 qingyang0315

Hello qingyang0315

I am working on resolving this issue.

In the meantime can you try the following steps to run your code?

  1. rename the file parameters.in as parameters.prm

  2. Run the code using parameters.prm that as your non-standard input file (e.g. "$ ./main -i parameters.prm").

Sorry for the late reply.,

I hope this helps,

David

On Thu, Sep 3, 2020 at 10:23 AM qingyang0315 [email protected] wrote:

When I try to run the example of "allenCahn" in the folder "/phaseField/applications/allenCahn", it shows that "An error occurred in line <551> of file </home/yq/deal.ii-candi/tmp/unpack/deal.II-v9.2.0/source/base/parameter_handler.cc> in function virtual void dealii::ParameterHandler::parse_input(const string&, const string&, bool, bool) The violated condition was: false Additional information: Unknown input file name extension. Supported types are .prm, .xml, and .json." But the input file is "parameters.in". I wonder why. Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/prisms-center/phaseField/issues/169, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3FA47LYZWUZPS7WY4KJATSD6RE3ANCNFSM4QU2QVTQ .

david-montiel-t avatar Oct 06 '20 21:10 david-montiel-t

Thanks for your help. In the recent release version, New Alloy Solidification application is released. However, i cannot understand the "grad_phi and grad_U dot product term" and required equations of "U", especially the gradient of anti-trapping term Jat.

qingyang0315 avatar Jun 23 '21 14:06 qingyang0315