An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
How does Flux deal with geometry variables in solving scenario?
For example,if a solving scenarios with changes on a geometry parameter,what did Flux do behind solving?Did it generate a new geometry and update the mesh every time?
In Flux when you do a geomtric parameter solving this leads to modify the geometry according to the parameter(s), behind also the mesh will be done (if your mesh depends on the geomtric parameters Flux will adapt the mesh according to the values of the geomtric parameters, but if it is not the case Flux will generate the mesh according to the initial recommendation).
Hi,
In Flux when you do a geomtric parameter solving this leads to modify the geometry according to the parameter(s), behind also the mesh will be done (if your mesh depends on the geomtric parameters Flux will adapt the mesh according to the values of the geomtric parameters, but if it is not the case Flux will generate the mesh according to the initial recommendation).
Thanks.