-
-
December 12, 2020 at 11:00 pm
DJENDARA
SubscriberHI , I HAVE A GREAT PROBLEM WHEN I HOOK AN SOURCE TERM I HAVE FOUND THE DIFFERENT RESULTS SPECIALLY WHEN I RUN TOW CALCULATION HAVE SAME STRICTURE EXP : POISSON EQUATION USING "UDS" VS HEAT EQUATION USING ENERGY EQUATION IN FLUENT USING SIMPLE ALGORITHM I FOUND THE FOLLOWING RESULTS :
1 /WHEN I RUN EQUATION WITH INTERPRETED SOURCE TERM FOR ENERGY GIVE REASONABLE RESULT
2 /WHEN I RUN EQUATION WITH INTERPRETED SOURCE TERM FOR ENERGY GIVE HUGE VALUES
THE UDF ARE :
DEFINE_SOURCE(ENERGY_SOURCE, c, thread, dS, eqn)
{
Domain *d = Get_Domain(1);
int fluid_ID = **;
Thread *t_fluid = Lookup_Thread (d,fluid_ID);
Source = C_T(c,t_fluid);
dS[eqn]=1;
return Source;
}
DEFINE_SOURCE(POISSON_SOURCE, c, thread, dS, eqn)
{
Domain *d = Get_Domain(1);
int fluid_ID = **;
Thread *t_fluid = Lookup_Thread (d,fluid_ID);
Source = C_UDSI(c,t_fluid,0);
dS[eqn]=1;
return Source;
}
PLEASE HELP !
December 14, 2020 at 11:59 amRob
Forum ModeratorAre you adding the source to the energy equation?
Viewing 1 reply thread- The topic ‘SOURCE TERM IN FLUENT !’ is closed to new replies.
Ansys Innovation SpaceBoost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.
Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.
Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
Trending discussions- legend min and max
- Ensight hot iron palette from an image
- Streamlines in EnSight using MRI data
- Import MRI data into Ensight
- FLUENT APPLICATIION ERROR
- Total Surface Heat Flux Calculation in Fluent
- Drop Test of a Water-Filled Tube
- Difference between “total pressure” and “absolute pressure”?
- Minimum Orthogonal Quality Less than 0.01 For Transonic Airfoil Flow Analysis
- obtaining pressure distribution by making points in ansys
Top Contributors-
8808
-
4658
-
3153
-
1688
-
1478
Top Rated Tags© 2023 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-