For example: I have set a goal "mass air flow" , now from that goal i want to take the numbers/results and pull a total mass out of them but ONLY for the results of the first 0.5 seconds out of the whole 2 seconds that my time dependent flow simulation lasts, and set that total as a goal so i can do otimization based on it. Is this possible by using a custom goal? Haven't used that option at all. Using sw 2016.
If this was an arduino i would do something like the next few lines
time in miliseconds
int TotalMass = 0;
int Count = 0;
loop{
if t(time) < 500 {
AirMass = MassAirFlow * Δtime // Calculate air mas for the Δt
TotalMass = TotakMass + airMass; // Add air mass for the last Δt to the total mass
}
GOAL = TotalMass // Set the total mass over the first 0.5 sec. as a goal
}
SORRY for the long winded post.... just trying to be explanatory enough. thanks.
Ο χρήστης Christos Tziros επεξεργάστηκε το μήνυμα.
SolidworksFlow Simulation