|
|
The macros listed in Table 3.2.20- 3.2.23 can be used to return real face variables in SI units. They are identified by the F_ prefix. Note that these variables are available only in the pressure-based solver. In addition, quantities that are returned are available only if the corresponding physical model is active. For example, species mass fraction is available only if species transport has been enabled in the Species Model dialog box in ANSYS FLUENT. Definitions for these macros can be found in the referenced header files (e.g., mem.h).
Face Centroid (
F_CENTROID)
The macro listed in Table 3.2.20 can be used to obtain the real centroid of a face. F_CENTROID finds the coordinate position of the centroid of the face f and stores the coordinates in the x array. Note that the x array is always one-dimensional, but it can be x[2] or x[3] depending on whether you are using the 2D or 3D solver.
The ND_ND macro returns 2 or 3 in 2D and 3D cases, respectively, as defined in Section 3.4.2. Section 2.3.15 contains an example of F_CENTROID usage.
Face Area Vector (
F_AREA)
F_AREA can be used to return the real face area vector (or `face area normal') of a given face f in a face thread t. See Section 2.7.3 for an example UDF that utilizes F_AREA.
By convention in ANSYS FLUENT, boundary face area normals always point out of the domain. ANSYS FLUENT determines the direction of the face area normals for interior faces by applying the right hand rule to the nodes on a face, in order of increasing node number. This is shown in Figure 3.2.1.
ANSYS FLUENT assigns adjacent cells to an interior face ( c0 and c1) according to the following convention: the cell out of which a face area normal is pointing is designated as cell C0, while the cell in to which a face area normal is pointing is cell c1 (Figure 3.2.1). In other words, face area normals always point from cell c0 to cell c1.
Flow Variable Macros for Boundary Faces
The macros listed in Table 3.2.22 access flow variables at a boundary face.
What or pre-built PC model (e.g., Dell OptiPlex 755) do you have? What is your budget for this upgrade? What do you plan to use the upgraded computer for?
Your old motherboard likely only supports SATA II (3 Gbps) speeds instead of SATA III (6 Gbps). Do not worry—the SSD will still work, and the near-instantaneous seek times will still make the computer feel lightning fast compared to an HDD. RAM (System Memory)
Once you've confirmed your motherboard's capabilities, you can consider a CPU upgrade. Based on compatibility, your options generally fall into three categories:
Note: Core 2 Quads generate significantly more heat than the E2160. If you are upgrading to a Q6600 or Q9550, consider discarding the thin stock E2160 aluminum cooler and buying a cheap tower cooler (like a Cooler Master Hyper 212 or a basic ID-COOLING unit). intel pentium dual cpu e2160 upgrade
Massive multi-tasking and light multi-threaded performance boost compared to
This is the single most important upgrade you can make. Replacing your old mechanical hard drive with a 2.5-inch SATA SSD will cut boot times from minutes to seconds and eliminate system hitching. Even on older SATA II (3Gbps) motherboards, the random read/write speeds of an SSD will make the system feel snappy. System RAM
Before spending a single dollar, it's worth noting that your existing E2160 has significant untapped potential. Thanks to its low stock FSB of 200 MHz and large multiplier, overclocking is extremely straightforward. What or pre-built PC model (e
with a 2nd–4th gen Intel Core i3/i5 (e.g., Optiplex 3020, HP EliteDesk 800 G1). Those will be 5–10x faster for $50–100 total.
Option B: The High-Clocked Dual-Core Upgrade (Intel Core 2 Duo E8400 or E8600)
If your chipset supports Core 2 Quads (typically Q35, P35, G31, G41, and later), doubling your core count is the best choice for multitasking and light modern use. Your old motherboard likely only supports SATA II
Mid-range and later chipsets (P35, G41, P45) broadly support both 65nm and 45nm Core 2 processors.
The Intel Pentium E2160 (Conroe core, 1.8 GHz, 1 MB L2 cache, LGA 775 socket) is a very old CPU from 2007. Before upgrading, set realistic expectations: However, a cheap CPU upgrade can make basic web browsing, office work, or light retro gaming more pleasant.
Power down the PC, unplug the power cable, press the power button to discharge remaining electricity, and open the case side panel.
likely supports much faster Core 2 Duo and Core 2 Quad processors.
If you have an old desktop running an E2160, you do not necessarily need to throw the whole machine away. Depending on your motherboard, you can breathe new life into the system for a very low cost. This comprehensive guide covers every viable upgrade path for an E2160-based PC. 1. Motherboard Compatibility: The Golden Rule
See Section 2.7.3 for an example UDF that utilizes some of these macros.
Flow Variable Macros at Interior and Boundary Faces
The macros listed in Table 3.2.23 access flow variables at interior faces and boundary faces.
F_FLUX can be used to return the real scalar mass flow rate through a given face f in a face thread t. The sign of F_FLUX that is computed by the ANSYS FLUENT solver is positive if the flow direction is the same as the face area normal direction (as determined by F_AREA - see Section 3.2.4), and is negative if the flow direction and the face area normal directions are opposite. In other words, the flux is positive if the flow is out of the domain, and is negative if the flow is in to the domain.
Note that the sign of the flux that is computed by the solver is opposite to that which is reported in the ANSYS FLUENT GUI (e.g., the Flux Reports dialog box).