Hello, i want to simulate a temperature dependent heat flux on a surface.
For testing I’ve created a custom dflux function in dflux.f with updated body:
flux(1)=(100)
Using Calculix with the following input file from PrePoMax with dflux keyword I cannot see that my function is being used, right now the given dflux parameter from the input file is being used and my custom constant dflux.f function has no impact:
** Loads +++++++++++++++++++++++++++++++++++++++++++++++++++
**
*Cflux, op=New
*Dflux, op=New
** Name: Surface_Flux-1
*Dflux
Internal_Selection-1_Surface_Flux-1, S, 0
**
** Defined fields +++++
How do i need to call my custom dflux.f function or is the function itself wrong?
thanks for the help