  | | | Particles sharing the same ID | Particles sharing the same ID 2004-06-09 - By Vince Fortin
Back No no I just called it that way... logmessage "Particle " & inParticle.ID & " belongs to pType " & inParticle .TypeID Right now particle IDs remain invariant throughout the simulation but there should be a way to reassing them on the fly... I mean why not !
-- -- Original Message -- -- From: "Felix Gebhardt" <gebhardt@(protected)> To: <XSI@(protected)> Sent: Wednesday, June 09, 2004 6:32 PM Subject: Re: Particles sharing the same ID
> > Could you please post the line that logs this information? Is pType a new > 4.0 particle property or do you actually log the Particle.TypeID and just > called it pType? Just to be shure there is no misunderstanding. > > Cheers, > Felix > > > > kim aldis wrote: > > Jordi, didn't you have something like this a while back, something about > > particles being re-used in emission events? > > > > > > __ __ > > > > From: owner-xsi@(protected) [mailto:owner-xsi@(protected)] On Behalf > > Of Vince Fortin > > Sent: 09 June 2004 16:35 > > To: XSI@(protected) > > Subject: Re: Particles sharing the same ID > > > > > > I spoke to fast! Have a look at this: > > > > 'INFO : Particle_ID 0 belongs to pType 0 > > > > 'INFO : Particle_ID 1 belongs to pType 0 > > > > 'INFO : Particle_ID 3 belongs to pType 0 > > > > 'INFO : Particle_ID 3 belongs to pType 0 > > > > 'INFO : Particle_ID 5 belongs to pType 0 > > > > 'INFO : Particle_ID 6 belongs to pType 0 > > > > 'INFO : Particle_ID 6 belongs to pType 0 > > > > Lines in red are actually 4 different particles... not good at all ! > > > > vincent > > > > > > > > -- -- Original Message -- -- > > From: "Vince Fortin" < <mailto:vfortin3d@(protected)> > > vfortin3d@(protected)> To: < <mailto:XSI@(protected)> XSI@(protected)> > > Sent: Wednesday, June 09, 2004 3:13 PM > > Subject: Re: Particles sharing the same ID > > > > > >> Way to go, they do obviously :) > >> > >> Thanks Felix > >> > >> vincent > >> > >> -- -- Original Message -- -- > >> From: "Felix Gebhardt" < <mailto:gebhardt@(protected)> > >> gebhardt@(protected)> To: < <mailto:XSI@(protected)> > >> XSI@(protected)> Sent: Wednesday, June 09, 2004 3:01 PM > >> Subject: Re: Particles sharing the same ID > >> > >> > >>> > >>> Do a quick check if they differ by TypeID. If not there might be > >>> something wrong. > >>> > >>> Cheers, > >>> Felix > >>> > >>> > >>> Vince Fortin wrote: > >>>> Is there a particular reason why two particles get to share the same ID > >>>> with an Emit pEvent? > >>>> This also happens within the same pType, wich makes it pretty weird to > >>>> manage. > >>>> The doc suggests to work with indices instead for speed reasons but > >>>> they are re-injected into the simulation. > >>>> Wouldn't it be logic if we could fully rely on IDs with pEvent? > >>>> Any way to force the attribution of a specific ID? Any workaround? > >>>> Thanks! > >>>> vincent > >>> > >>> --- > >>> Unsubscribe? Mail <mailto:Majordomo@(protected)> > > Majordomo@(protected) with the following text in body: > >>> unsubscribe xsi > >>> > >> --- > >> Unsubscribe? Mail <mailto:Majordomo@(protected)> > > Majordomo@(protected) with the following text in body: > >> unsubscribe xsi > > --- > Unsubscribe? Mail Majordomo@(protected) with the following text in body: > unsubscribe xsi > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1"> <META content="MSHTML 6.00.2800.1106" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY> <DIV><FONT face=Arial size=2>No no I just called it that way...</FONT></DIV> <DIV><FONT face=Courier size=2>logmessage "Particle " & inParticle.ID & " belongs to pType " & inParticle.TypeID</FONT></DIV> <DIV><FONT face=Arial size=2>Right now particle IDs remain <EM>invariant throughout the simulation</EM> but there should be a way to reassing them on the fly... I mean why not !</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>-- -- Original Message -- -- </FONT> <DIV><FONT face=Arial size=2>From: "Felix Gebhardt" <</FONT><A href="mailto:gebhardt@(protected)"><FONT face=Arial size=2>gebhardt@(protected)</FONT></A><FONT face=Arial size=2>></FONT></DIV> <DIV><FONT face=Arial size=2>To: <</FONT><A href="mailto:XSI@(protected)"><FONT face=Arial size=2>XSI@(protected)</FONT></A><FONT face=Arial size=2>></FONT></DIV> <DIV><FONT face=Arial size=2>Sent: Wednesday, June 09, 2004 6:32 PM</FONT></DIV> <DIV><FONT face=Arial size=2>Subject: Re: Particles sharing the same ID</FONT></DIV></DIV> <DIV><FONT face=Arial><BR><FONT size=2></FONT></FONT></DIV><FONT face=Arial size=2>> <BR>> Could you please post the line that logs this information? Is pType a new<BR>> 4.0 particle property or do you actually log the Particle.TypeID and just<BR>> called it pType? Just to be shure there is no misunderstanding.<BR>> <BR>> Cheers,<BR>> Felix<BR>> <BR>> <BR>> <BR>> kim aldis wrote:<BR>> > Jordi, didn't you have something like this a while back, something about<BR>> > particles being re-used in emission events?<BR>> ><BR>> ><BR>> > __ __<BR>> ><BR>> > From: </FONT><A href="mailto:owner-xsi@(protected)"><FONT face=Arial size=2>owner-xsi@(protected)</FONT></A><FONT face=Arial size=2> [mailto:owner-xsi@(protected)] On Behalf<BR>> > Of Vince Fortin<BR>> > Sent: 09 June 2004 16:35<BR>> > To: </FONT><A href="mailto:XSI@(protected)"><FONT face=Arial size=2>XSI@(protected)</FONT></A><BR><FONT face=Arial size=2>> > Subject: Re: Particles sharing the same ID<BR>> ><BR>> ><BR>> > I spoke to fast! Have a look at this:<BR>> ><BR>> > 'INFO : Particle_ID 0 belongs to pType 0<BR>> ><BR>> > 'INFO : Particle_ID 1 belongs to pType 0<BR>> ><BR>> > 'INFO : Particle_ID 3 belongs to pType 0<BR>> ><BR>> > 'INFO : Particle_ID 3 belongs to pType 0<BR>> ><BR>> > 'INFO : Particle_ID 5 belongs to pType 0<BR>> ><BR>> > 'INFO : Particle_ID 6 belongs to pType 0<BR>> ><BR>> > 'INFO : Particle_ID 6 belongs to pType 0<BR>> ><BR>> > Lines in red are actually 4 different particles... not good at all !<BR>> ><BR>> ; > vincent<BR>> ><BR>> ><BR>> ><BR>> > -- -- Original Message -- --<BR>> > From: "Vince Fortin" < <</FONT><A href="mailto:vfortin3d@(protected)"><FONT face=Arial size=2>mailto:vfortin3d@(protected)</FONT></A><FONT face=Arial size=2>><BR>> > </FONT><A href="mailto:vfortin3d@(protected)"><FONT face=Arial size=2>vfortin3d@(protected)</FONT></A><FONT face=Arial size=2>> To: < <</FONT><A href="mailto:XSI@(protected)"><FONT face=Arial size=2>mailto:XSI@(protected)</FONT></A><FONT face=Arial size=2>> </FONT> <A href="mailto:XSI@(protected)"><FONT face=Arial size=2>XSI@(protected)</FONT></A><FONT face=Arial size=2>><BR>> > Sent: Wednesday, June 09, 2004 3:13 PM<BR>> > Subject: Re: Particles sharing the same ID<BR>> ><BR>> ><BR>> >> Way to go, they do obviously :)<BR>> >><BR>> >> Thanks Felix<BR>> >><BR>> >> vincent<BR>> >><BR>> >> -- -- Original Message -- --<BR>> >> From: "Felix Gebhardt" < <</FONT><A href="mailto:gebhardt@(protected)"><FONT face=Arial size=2>mailto:gebhardt@(protected)</FONT></A><FONT face=Arial size=2>><BR>> >> </FONT><A href="mailto:gebhardt@(protected)"><FONT face=Arial size=2>gebhardt@(protected)</FONT></A><FONT face=Arial size=2>> To: < <</FONT><A href="mailto:XSI@(protected)"><FONT face=Arial size=2>mailto:XSI@(protected)</FONT></A><FONT face=Arial size=2>><BR>> >> </FONT><A href="mailto:XSI@(protected)"><FONT face=Arial size=2>XSI@(protected)</FONT></A><FONT face=Arial size=2>> Sent: Wednesday , June 09, 2004 3:01 PM<BR>> >> Subject: Re: Particles sharing the same ID<BR>> >><BR>> >><BR>> >>><BR>> >>> Do a quick check if they differ by TypeID. If not there might be<BR>> >>> something wrong.<BR>> >>><BR>> >>> Cheers,<BR>> >>> Felix<BR>> >>><BR>> >>><BR>> >>> Vince Fortin wrote:<BR>> >>>> Is there a particular reason why two particles get to share the same ID<BR>> >>>> with an Emit pEvent?<BR>> >>>> This also happens within the same pType, wich makes it pretty weird to<BR>> >>>> manage.<BR>> >>>> The doc suggests to work with indices instead for speed reasons but<BR>> >>>> they are re-injected into the simulation.<BR>> >>>> Wouldn't it be logic if we could fully rely on IDs with pEvent?<BR>> >>>> Any way to force the attribution of a specific ID? Any workaround?<BR>> >>>> Thanks!<BR>> >>>> vincent<BR>> >>><BR>> >>> ---<BR>> >>> Unsubscribe? Mail <</FONT><A href="mailto:Majordomo@(protected)"><FONT face=Arial size=2>mailto:Majordomo@(protected)</FONT></A><FONT face=Arial size=2>><BR>> > </FONT><A href="mailto:Majordomo@(protected)"><FONT face=Arial size=2>Majordomo@(protected)</FONT></A><FONT face=Arial size=2> with the following text in body:<BR>> >>> unsubscribe xsi<BR>> >>><BR>> >> ---<BR>> >> Unsubscribe? Mail <</FONT><A href="mailto:Majordomo@(protected)"><FONT face=Arial size=2>mailto:Majordomo@(protected)</FONT></A><FONT face=Arial size=2>><BR>> > </FONT><A href="mailto:Majordomo@(protected)"><FONT face=Arial size=2>Majordomo@(protected)</FONT></A><FONT face=Arial size=2> with the following text in body:<BR>> >> unsubscribe xsi<BR>> <BR>> ---<BR>> Unsubscribe? Mail </FONT><A href="mailto:Majordomo@(protected)"><FONT face=Arial size=2>Majordomo@(protected)</FONT></A><FONT face=Arial size=2> with the following text in body:<BR>> unsubscribe xsi<BR>> </FONT></BODY></HTML>
|
|
 |