CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   Topology optimization of thermal coupled flow (https://www.cfd-online.com/Forums/openfoam-programming-development/202434-topology-optimization-thermal-coupled-flow.html)

niyazi May 31, 2018 04:34

Topology optimization of thermal coupled flow
 
1 Attachment(s)
Hi everyone,
I'm working on topology optimization of thermal coupled flow. Problem domain is attached. I derived adjoint equations and implemented them on OpenFoam by modifying adjointShapeOptimizationFoam.
Solution of adjoint variables (velocity and temperature) and primal temperature are reaching to enourmous numbers dramatically in earlier iterations, thus solution crashed.
I can share source code if anyone interested.

Flow and heat transfer equations :

\nabla v  = 0

\mu\nabla^{2}v  + \alpha \rho v  = \nabla p

\rho C_p v \nabla T + Q  =  k \nabla^{2} T

where Q is uniform heat source.

Adjoint equations:

\nabla u = \partial J / \partial p

\rho C_{p} T_a \nabla T + \partial J / \partial u = - \nabla q+\mu \nabla^{2} u  + \alpha \rho u

\rho C_{p} v\nabla T_{a} + k \nabla^{2} T_{a}=\partial J / \partial T

where u, q and T_a are adjoint velocity, pressure and temperature variables, respectively.

Is there anyone who has an idea about problem?

Cambridge June 30, 2019 15:14

Solution
 
Hi do you find the solution? Could you please tell me? Thank you.

Cambridge February 12, 2020 12:11

Hi
Are you still there? I really hope you could reply to me ASAP.

Thank you


All times are GMT -4. The time now is 06:21.