Hello,
I was asking about the addition of a noise to phase-field calculations, and I was advised to use mask noise (normal_masked.i). I have created an example input file and added there a noise (lines 68-96) to the interface by using h function h = eta^3*(6.0*eta^2-15.0*eta+10.0) and then I used material_property_names dh:=D[h,eta] to make that function valid only at the interface. You may see some results in the attachment (I believe they are self-explanatory). However, regardless of the function and values of the noise, there are no changes in free energy (correspondingly in eta shape). In the attachment, there is only one example, however, I tried many different functions and values (even extreme values), but no effect on free energy. Can somebody help me with the addition of a noise to phase-field calculations?
[./mask_function]
type = DerivativeParsedMaterial
f_name = mask_function
args = 'eta '
material_property_names = 'eps dh:=D[h,eta]'
constant_names = 'const'
constant_expressions = '20.2'
function = 'const*dh*eps'
derivative_order = 0
outputs = exodus
[../]
Thanks,
Vitaliy