one or more Material Properties were not supplied on block 1

78 views
Skip to first unread message

resea...@gmail.com

unread,
Jun 5, 2018, 11:22:25 AM6/5/18
to moose-users
The Kernels of my input file is the following:

[Kernels]
 
[./massAvection]
    type
= PorousFlowAdvectiveFlux
    fluid_component
= 0
    variable
= pp
 
[../]
 
[./EnergyAdvection]
    type
= PorousFlowHeatAdvection
    fluid_component
= 0
    variable
= T
    gravity
= '0 0 -9.8'
 
[../]
 
[./EnergyConduciton]
    type
= PorousFlowHeatConduction
    variable
= T
 
[../]
[]

I try to solve fluid-flow-through-porous-media problem.  And this input file acts as the steady part of the whole problem, and I will use the result of this input file as the initial or BCs of the transit part.
But I confront the error when I run it:
./porous-flow-opt -i coarse_steady.i

and the screenshot of the error is showed in the flowing picture:

and I think there is something wrong with my Materials block of my input file. But I cannot figure out how to modify it correctly.
coarse_steady.i
mesh_coarse.e

Alexander Lindsay

unread,
Jun 6, 2018, 10:31:47 AM6/6/18
to moose...@googlegroups.com
A porous flow expert could give you more details on the specific issue, but the crux of it is that you have an object (a kernel, integrated boundary condition, etc) trying to use/consume the property "PorousFlow_fluid_phase_internal_energy_nodal0", but you don't have any material that declares and computes that property.

Also try to just the error in next time instead of using a screen shot. Then later folks that have a similar question could find this message in a search.

--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/5042521d-dbb9-47bc-90e9-e26abea62a4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Chris Green

unread,
Jun 6, 2018, 5:54:25 PM6/6/18
to moose-users
I stared at this for several minutes trying to figure out why it wasn't supplied before noticing that it is a simple typo - you are missing the 'g' in 'energy' on line 254 of your input file! 

Ck Mo

unread,
Jun 6, 2018, 9:03:51 PM6/6/18
to moose-users
oh! How careless I am. Thank you very much.
在 2018年6月6日星期三 UTC-4下午5:54:25,Chris Green写道:
Reply all
Reply to author
Forward
0 new messages