Define domain with multiple material functions #23694
-
I am currently using, type = ADGenericConstantMaterial, prop_names = 'rho mu cp k'. I would like to define each of the materials with an analytical function. is there something similar to ADGenericConstantMaterial that allows me to define rho mu cp k, with an analytical function for each? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 16 replies
-
Hello you can use GenericFunctionMaterial for functions of time and space. For analytical functions of things like variables you may use the ParsedMaterial Guillaume |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
My apologies upfront for not having mastered how to prevent the super large fonts. |
Beta Was this translation helpful? Give feedback.
-
Had to remove the reference to T_fluid, and it got me further in the processing chain. I now get this error instead: *** ERROR *** |
Beta Was this translation helpful? Give feedback.
Hello
you can use GenericFunctionMaterial for functions of time and space.
For analytical functions of things like variables you may use the ParsedMaterial
Guillaume