mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
V-blender finalized for v-1.0
This commit is contained in:
@ -10,32 +10,30 @@ setFields
|
||||
{
|
||||
/*
|
||||
Default value for fields defined for particles
|
||||
|
||||
These fields should always be defined for simulations with
|
||||
|
||||
spherical particles.
|
||||
*/
|
||||
|
||||
defaultValue
|
||||
{
|
||||
velocity realx3 (0 0 0); // linear velocity (m/s)
|
||||
|
||||
velocity realx3 (0 0 0); // linear velocity (m/s)
|
||||
|
||||
acceleration realx3 (0 0 0); // linear acceleration (m/s2)
|
||||
|
||||
|
||||
rVelocity realx3 (0 0 0); // rotational velocity (rad/s)
|
||||
|
||||
shapeName word smallSphere; // name of the particle shape
|
||||
|
||||
shapeName word smallSphere; // name of the particle shape
|
||||
}
|
||||
|
||||
selectors
|
||||
{}
|
||||
}
|
||||
positionParticles // positions particles
|
||||
|
||||
positionParticles
|
||||
{
|
||||
|
||||
method empty; // ordered positioning
|
||||
method empty; // no particle at the start of simulation
|
||||
|
||||
mortonSorting Yes; // perform initial sorting based on morton code?
|
||||
mortonSorting Yes; // perform initial sorting based on morton code?
|
||||
|
||||
maxNumberOfParticles 25000;
|
||||
}
|
||||
|
Reference in New Issue
Block a user