PhoenixFD插件流体模拟——UI布局【Interaction】详解
流体交互
主要内容
- Overview 综述
- Parameters 参数
综述
!It is strongly recommended to avoid geometry that has cavities inside.强烈建议避免内部有空洞的几何形状。
These may cause jets and other undesired phenomena.这些可能会导致喷流和其他不受欢迎的现象。
This dialog is used to enable/disable the interaction with objects in the scene.此对话框用于启用/禁用场景中与对象的交互。
There are several different types of objects that may affect the simulation: Sources, Solid objects, Forces, etc.有几种不同类型的对象可能会影响仿真:源、实体对象、力等。
By default, all these scene elements will interact with the simulator unless otherwise specified by the Include/Exclude list.默认情况下,所有这些场景元素都将与模拟器交互,除非Include/Exclude列表另有规定。
If you want to disable the interaction you have to put the objects in the Exclude list.如果要禁用交互,必须将对象放入排除列表中。
If there are more objects that don't need to interact with the simulator, you may alternatively switch to the Include list mode.如果有更多的对象不需要与模拟器交互,您可以切换到Include列表模式。
In this mode you have to add to the list all the objects that you want to interact with the simulator.在此模式下,您必须将想要与模拟器交互的所有对象添加到列表中。
Since all forces affect the simulation by default, adding a force in your scene to be used by e.g. PFlow will automatically affect your simulation and this might not be desired.由于默认情况下所有的力都会影响仿真,所以在场景中添加一个力,例如PFlow将会自动影响仿真,这可能是不需要的。
In the Active Forces list you can check which 3ds Max forces interact with the simulator and you may exclude them if you wish so.在动力列表中,您可以检查哪些3ds Max力与模拟器交互,如果您愿意,您可以排除它们。
UI Path: ||Select Liquid Simulator | LiquidSim object|| > Modify panel > Interaction rollout
参数
Include/Exclude list | ielist, iemode – Determines which objects will be ignored or processed by the simulation.确定仿真将忽略或处理哪些对象。
Use the radio buttons to switch between Include list and Exclude list. When Exclude list is active (the default), all objects in the scene will interact with the simulator unless they are added to the exclusion list. In Include list mode, no objects will interact with the simulator unless they are added to the list.
Exclude hidden objects | exclhidden – When enabled, the hidden objects will be excluded regardless of the list content.
Exclude Fire/Smoke Sims | exclfiresm – When enabled, FireSmokeSim objects will not interact with the liquid simulator.当启用时,FireSmokeSim对象将不会与液体模拟器交互。
PhoenixFD插件流体模拟——UI布局【Interaction】详解的更多相关文章
- PhoenixFD插件流体模拟——UI布局【Simulation】详解
前言 之前使用RealFlow做流体模拟,但是总得和3ds导来导去,略显麻烦,特意学习PhoenixFD插件,直接在3ds中进行流体模拟.若读者有更好的流体模拟方法,欢迎在评论区交流. 原文地址:ht ...
- PhoenixFD插件流体模拟——UI布局【Output】详解
Liquid Output 流体输出 本文主要讲解Output折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Outp ...
- PhoenixFD插件流体模拟——UI布局【Splash | Mist】详解
液体飞溅 | 水雾 本文主要讲解Splash | Mist折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Splash+ ...
- PhoenixFD插件流体模拟——UI布局【Foam】详解
流体泡沫 本文主要讲解Foam折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Foam 主要内容 Overview 综述 ...
- PhoenixFD插件流体模拟——UI布局【Rendering】详解
Liquid Rendering 流体渲染 本文主要讲解Rendering折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liqui ...
- PhoenixFD插件流体模拟——UI布局【Export】详解
Liquid Export 流体导出 本文主要讲解Export折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Expor ...
- PhoenixFD插件流体模拟——UI布局【Preview】详解
Liquid Preview 流体预览 本文主要讲解Preview折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Pr ...
- PhoenixFD插件流体模拟——UI布局【Input】详解
Liquid Input 流体输入 本文主要讲解Input折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Input 主 ...
- PhoenixFD插件流体模拟——UI布局【Dynamics】详解
流体动力学 本文主要讲解Dynamics折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Dynamics 主要内容 Ov ...
随机推荐
- VSS2005源代码管理启用http方式
一直在使用vss管理源代码,在服务器上使用文件共享当方式.最近安全形式升级,禁止使用文件共享,因此要升级到http方式. 按照网上的教程,一路前行. 1.登录服务器桌面,打开vss administr ...
- VS2017离线版的SSDT安装包(包括SSIS)
VS2017离线版的SSDT安装包(包括SSIS) 装好SQL2016和VS2017后发现没有创建SSIS项目的接口,原来VS2017里是没有包含SSDT的安装包的. 下面是我整理好的包含中英文的VS ...
- MySQL完整教程(共8章)
正文 [第一章] 回到顶部 1.1 MySQL学习路线 基础阶段:MySQL数据库的基本操作(增删改查),以及一些高级操作(视图.触发器.函数.存储过程等). 优化阶段:如何提高数据库的效率,如索引, ...
- 如何将composer设置为全局变量?
全局安装是将 Composer 安装到系统环境变量 PATH 所包含的路径下面,然后就能够在命令行窗口中直接执行 composer 命令了. Mac 或 Linux 系统: 打开命令行窗口并执行如下命 ...
- js中各种弹窗
** * JS提示跳转 * @param $tip 弹窗口提示信息(为空没有提示) * @param $type 设置类型 close = 关闭 ,back=返回 ,refresh=提示重载,j ...
- Revit 插件产品架构梳理
一.前言 BIM:Building Information Modeling 建筑信息模型,就是将建筑的相关信息附着于模型中,以管理该建筑在设计.算量.施工.运维全生命周期的情况.创建模 ...
- Linux守护进程管理利器——Supervisor
Supervisor是采用 Python(2.4+) 开发的,它是一个允许用户管理 基于 Unix 系统进程的 Client/Server 系统,提供了大量功能来实现对进程的管理.安装: yum in ...
- redis-大key寻找
使用redis-rdb-tools 项目地址 https://github.com/sripathikrishnan/redis-rdb-tools 生成csv命令 rdb -c memory //d ...
- HTTPS的内网访问和访问外网
https://launchpad.support.sap.com/#/notes/2461900 https://wiki.scn.sap.com/wiki/display/Security/Tro ...
- Flask对数据库的操作-----
首先得做好做基本的框架 # -*- encoding: utf-8 -*- from flask import Flask,render_template #导入第三方连接库sql点金术 from f ...