找回密码
 注册
查看: 1522|回复: 4

FLUENT运用疑难问题及解答方案

[复制链接]
发表于 2007-1-18 14:08:43 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
1………………………………
描述“memory limit on 32 bit machines ”
问题:
One of my clients hit the 2GB limit of RAM being used on a 32 bit machine.
Is this limit per processor? That is, can running parallel on 2CPU';s give access to the total of 4GB which is actually available on the machine?
解答:
It is per process; so running -t2 parallel will use all 4Gbytes on Unix/Linux.
The same for Windows.
Windows 32 bit allows up to 4GB. By default, each process can use up to 2GB. So if you have two processes running, you can use almost 2GB for each of them (the operating system will consume some memory). More than 4GB of RAM makes no sense because the operating system cannot manage more than that.
Adding the flag /3GB in the boot.ini file will allow Windows XP (not Win2k) to use 3GB per process but still the overall limit is 4GB. Furthermore, processes that use more than 2GB may not run properly.
 楼主| 发表于 2007-1-18 14:18:22 | 显示全部楼层

FLUENT运用疑难问题及解答方案

基本都是会碰到的一些疑难问题,解答同时给出
欢迎翻译成中文,关键是我没有时间
每页一个问题及解答,希望对大家有帮助。
发表于 2007-1-18 17:26:00 | 显示全部楼层

FLUENT运用疑难问题及解答方案

哈哈,英文也可以的,多花点时间看看就可以了~~
感谢gallongallon大侠~
发表于 2007-2-2 10:12:40 | 显示全部楼层

FLUENT运用疑难问题及解答方案

没有了?
 楼主| 发表于 2007-2-2 12:21:25 | 显示全部楼层

FLUENT运用疑难问题及解答方案

2………………………………
描述“Boolean operations with Adaption Registers  ”
问题:
User';s Guide contains the description of the operations which can be used through Adapt>Manage panel.
However, the names of these operations ("Mask" "Combine" "Invert" "Exchange") are not self-explanatory and
sometimes confusing for math-oriented users; very often, users ask what is the combination of operations
which have to be done to achieve a certain boolean operation like "Intersection", "Union", "Subtraction",
"Complementary" of sets.
解答:
The following table shows which operations from Adapt>Manage are to be used
in order to perform a certain boolean operation with adaption registers A and B.
Boolean Operation >>>>>>>>>>> Equivalent Actions in Adapt>Manage
________________________________________________________
CEA = E - A (complement of A wrt E) >>>>>>> Change Type on A (to mask), then Invert A
___________________________________________________________
A È B (A unite with B) >>>>>>>>>>> Combine A and B
_________________________________________________________________
A Ç B (A intersect with B) >>>>>>>>> Change Type on B (to mask), then Combine A and B
__________________________________________________________________________
A - B (A minus B) >>>>>>>> Change Type on B (to mask), then Invert B, then Combine A and B

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表