Replies: 2 comments
|
Hi,
Newer versions of MOOSE throw an error if there are unused global
parameters. You can just comment out the line with the unused global
parameter.
I don't know off-hand the problem with the *EigenstressAux but "not
registered object" indicates that there have been changes/updates to the
aux kernels in Ferret that are not compatible with that input file.
In any case, if the tests run and other examples do as well, I would not
worry about these two.
Cheers,
Olle
…On Tue, Jan 16, 2024, 9:40 PM Hejie-Guo ***@***.***> wrote:
Hello, I download the package and make it to be a git repostory with "git
init", and then make the file.
When i run the example, I can run the BTO_wall_T298K.i file,but the other
examples show some different problems.
for example, when i run the BTO_90wall*.i, the problems show as following:
"/home/g00667429/projects/ferret-master/examples/domain_walls/BTO_90wall_T298K.i:67.3:
unused parameter 'GlobalParams/vol'"
and run the BTO_monodomain_Tdef.i file, problems shown as following:
"*** ERROR ***
A 'LocalABO3EigenstressAux' is not a registered object.
If you are trying to find this object in a dynamically loaded library,
make sure that
the library can be found either in your "Problem/library_path" parameter
or in the
MOOSE_LIBRARY_PATH environment variable.
"
—
Reply to this email directly, view it on GitHub
<#327>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEKZEF67SSRH7FXTJPTYWHTYO5B3LAVCNFSM6AAAAABB53BBR6VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGA4DINRUHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
0 replies
|
Hi @Hejie-Guo Unsure how I never got the notifications for the discussion page. Please email me at johnma@dtu.dk for further assistance. Best, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I download the package and make it to be a git repostory with "git init", and then make the file.
When i run the example, I can run the BTO_wall_T298K.i file,but the other examples show some different problems.
for example, when i run the BTO_90wall*.i, the problems show as following:
"/home/g00667429/projects/ferret-master/examples/domain_walls/BTO_90wall_T298K.i:67.3: unused parameter 'GlobalParams/vol'"
and run the BTO_monodomain_Tdef.i file, problems shown as following:
"*** ERROR ***
A 'LocalABO3EigenstressAux' is not a registered object.
If you are trying to find this object in a dynamically loaded library, make sure that
the library can be found either in your "Problem/library_path" parameter or in the
MOOSE_LIBRARY_PATH environment variable.
"
All reactions