instantreality 1.0

Component:
Simulator
Status:
fully implemented
Structure type:
concrete
Standard:
Avalon

FlowFieldSystem

Node defines a Simulator node which can be used to evaluate Flow-Field Simulation Data (e.g. CFD)

Inheritance

Code

XML encoding
<FlowFieldSystem enabled='TRUE'
logFeature=''
maxStepsPerFrame='-1'
maxStepTime='-1'
localCoordSystem='TRUE'
speed='1'
minStepsPerFrame='-1'
velocity=''
time='0'
size=''
color=''
secCoord=''
coord=''
gridSize='0 0 0'
gridData=''
randomSourceRate='0'
systemSize='1 1 1'
startingAge='0'
maxParticle='1000'
 />
Classic encoding
FlowFieldSystem {
	enabled TRUE
	logFeature [""]
	maxStepsPerFrame -1
	maxStepTime -1
	localCoordSystem TRUE
	speed 1
	minStepsPerFrame -1
	velocity []
	time 0
	size []
	color []
	secCoord []
	coord []
	gridSize 0 0 0
	gridData []
	randomSourceRate 0
	systemSize 1 1 1
	startingAge 0
	maxParticle 1000
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFBool enabled SFBool inputOutput TRUE Flag to enable/disable the node behaviour
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element